> > Remove the following line:
> >   smtp_port = 465
> > or use it with the regular SMTP port (25).
>
> gmail would not support port 25. (Secure connection)

I still have not been able to successfully setup trac to use Gmail's
SMTP.

>
> For testing purposes, you might give "http://sourceforge.net/projects/
> yahoopops/" a try.
> You will get port 25 available on your localhost.
>
I am successful configuring Y!Pops and trac to send emails.

this is a part of the trac.ini file.

#mime_encoding = base64
mime_encoding = none
smtp_always_bcc =
smtp_always_cc = [EMAIL PROTECTED]
smtp_default_domain =
smtp_enabled = true
smtp_from = [EMAIL PROTECTED]
smtp_from_name = poornaank
smtp_password = ******************************
smtp_port = 25
smtp_replyto =
smtp_server = 127.0.0.1
smtp_subject_prefix = __default__
smtp_user = [EMAIL PROTECTED]
ticket_subject_template = $prefix #$ticket.id: $summary
use_public_cc = true
use_short_addr = false
use_tls = false


>
>
> > Trac connects to the SMTP port, then kicks off a TLS connection.
>
> > Do not append the domain for smtp_user.
>
> > On 6/28/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>
> > > More detail:


--~--~---------~--~----~------------~-------~--~----~
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