Hi,
We want Track to send email when ticket are created / modified.
It works when using gmail account, but when trying to send email to our
gmail based commercial email, it doesn't

Which smpt server shall we use in track.ini file for our gmail based
commercial email addresses ?
Thank you


THIS WORKS :

[notification]
smtp_enabled = true
use_tls = true
mime_encoding = base64
smtp_server = smtp.gmail.com
smtp_port = 587
smtp_user = pierrot
smtp_password = xxxx
smtp_from = [email protected] <[email protected]>
smtp_from_name = PierrotLafouine
smtp_replyto  = [email protected] <[email protected]>
smtp_always_bcc = [email protected] <[email protected]>
smtp_always_cc = [email protected] <[email protected]>
always_notify_owner = true


THIS DOESN'T WORKS :

[notification]
smtp_enabled = true
use_tls = true
mime_encoding = base64
smtp_server = smtp.ourcompanyname.com <http://smtp.gmail.com/>
smtp_port = 587
smtp_user = pierrot
smtp_password = xxxx
smtp_from = [email protected] <[email protected]>
smtp_from_name = PierrotLafouine
smtp_replyto  = [email protected] <[email protected]>
smtp_always_bcc = [email protected] <[email protected]>
smtp_always_cc = [email protected] <[email protected]>
always_notify_owner = true

-- 
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en.

Reply via email to