[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: how to configure smtp and port number to send mails through proper authentication

From: Ryan Schmidt <subversion-2009b_at_ryandesign.com>
Date: Tue, 13 Oct 2009 06:18:45 -0500

On Oct 13, 2009, at 04:18, balu phani wrote:

> I have created a mail-id as svn.commit_at_gmail.com.
> Now i want to use this mailid and its password to send all my commit
> mails.
> For that i need to configure smtp as smtp.google.com and port is 587
> and user name as svn.commit_at_gmail.com and password is "secret".
>
> How can i do this.
> I googled and found about mailer.py but it's not working.

I have not used mailer.py myself, but looking at its sample
configuration file, it seems pretty straightforward.

Taking a look at mailer.conf.example available here...

http://svn.collab.net/repos/svn/trunk/tools/hook-scripts/mailer/

...I would assume your conf file needs to contain the following lines:

smtp_hostname = smtp.google.com
smtp_username = svn.commit_at_gmail.com
smtp_password = secret

I do not see a way to configure the port number. Is this the part you
were stuck on? What happens if you use the three lines above and don't
specify the port number?

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2407053

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-10-14 00:04:32 CEST

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.