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
Email Settings
Moderator: SourceGear
Re: Email Settings
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.
[/size]
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
Beth Kieler
SourceGear Technical Support
SourceGear Technical Support
Re: Email Settings
Yes, I did try port 25. But it doesn't work.
Re: Email Settings
I was editing my post while you replied. Also change the ssl settings I just added to my post.
Beth Kieler
SourceGear Technical Support
SourceGear Technical Support