Hi, I have configured the bulk emailer with the gogle apps outgoing smtp server settings.
smtp.gmail.com
port: 587
Requires SSL -> encryption TLS
I tried both Basic and NTLM settings, but in all cases get errors when testing the account. May be that is because gmail requires TLS? How can I enable this type of encryption?
The error below:
ChilkatLog: OpenSmtpConnection: DllDate: Jan 29 2010 UnlockPrefix: NTRACWMAILQ Username: YouthTalentSchool Component: .NET 2.0 / x64 Need new SMTP connection SMTP_Connect: Connecting to SMTP server smtp.gmail.com:587 smtp_host: smtp.gmail.com smtp_port: 587 smtp_user: info@youthtalentschool.org protocol: default Invalid token. ReceivedDataQP: 220 mx.google.com ESMTP t18sm2306794qco.44 SEC_E_INVALID_TOKEN Aborting SSL client handshake because of fatal error Possible solution: Check to see if your server requires a client-side certificate. If so, it can be provided by calling SetSslClientCert prior to connecting. Possible solution: Try explicitly setting the SslProtocol property = "SSL 3.0". Error performing handshake Failed to connect to SMTP server. Failed to connect to SMTP server
Thank you!