Search This Blog

dotproject: send emails using gmail

  1. A gmail account is required to authenticate with smtp.gmail.com server.
  2. Install and configure postfix to send mails using smtp.gmail.com [detail...]
  3. edit /etc/php5/apache2/php.ini:
    
    [mail function]
    ; For Unix only.  You may supply arguments as well (default: "sendmail -t -i").
    ; http://php.net/sendmail-path
    sendmail_path = "/usr/sbin/sendmail -t -i"
      
  4. Login to dotproject as admin, "System Admin" -> "System Configuration", in "Email Settings" section, set "Email Transport"
    PHP Default
  5. Now the task logs can be send to contacts using gmail smtp server.

See also

No comments:

Post a Comment