Email Settings

If you are having a problem using Vault, post a message here.

Moderator: SourceGear

Post Reply
lchung
Posts: 4
Joined: Tue Mar 12, 2013 11:27 am

Email Settings

Post by lchung » Tue Mar 12, 2013 11:33 am

Hi,

I am using Vault version 4.1.4.18402 and trying to get the email notification working. I read http://support.sourcegear.com/viewtopic ... 48&t=15164 and tried everything described in that post. But still cannot get the emailing to work. My mail server is Gmail and I didn't find anything in the log file. Please let me know if you need me to provide more information.

Thank you.

- lchung

Beth
Posts: 8550
Joined: Wed Jun 21, 2006 8:24 pm
Location: SourceGear
Contact:

Re: Email Settings

Post by Beth » Tue Mar 12, 2013 12:07 pm

Are you using port 25? I've found other articles that say different ports for gmail, but I've only seen it work with port 25.

Also, SSL needs to be used with gmail.

You can run the following to update your ssl setting in email.

Code: Select all

use sgmaster
go

update dbo.sgmastersettings
set smtpusessl = 'true'
go
[/size]
Beth Kieler
SourceGear Technical Support

lchung
Posts: 4
Joined: Tue Mar 12, 2013 11:27 am

Re: Email Settings

Post by lchung » Tue Mar 12, 2013 12:14 pm

Yes, I did try port 25. But it doesn't work.

Beth
Posts: 8550
Joined: Wed Jun 21, 2006 8:24 pm
Location: SourceGear
Contact:

Re: Email Settings

Post by Beth » Tue Mar 12, 2013 12:20 pm

I was editing my post while you replied. Also change the ssl settings I just added to my post.
Beth Kieler
SourceGear Technical Support

Post Reply