I have intergrated Crashrpt in my VC++ MFC application to handle exceptions. It's working fine and shows dialog to send error, but when I press send error button to send mail, it fails. I am using following gmail SMTP settings for testing:
SMTP Host : smtp.gmail.com
SMTP Port : 587
I think it requires SSL enabled to send mail, but in Crashrpt I can't find any option to enable SSL. It gives following error while sending mail :
Sending AUTH LOGIN.
SendMsg : pszMessage(AUTH LOGIN )
SendMsg : res(13)
530 5.7.0 Must issue a STARTTLS command first. i10sm70198106pat.11 - gsmtp
Please someone guide me, I am very stuck here.