Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
I have tried the following based on the settings from the gmail account
<network host="smtp.gmail.com" port="465" userName="[email protected]" password="thepassword" defaultCredentials="false" enableSsl="true" />
However, it just hangs when sending using library.SendMail() ?? Is there some trick when using gmail SMTP for sending mail?
Hi Lee,
Could you give this a try, hopefully it will work for you. I haven't tested it.
<mailSettings> <smtp> <network host="smtp.gmail.com" port="587" userName="[email protected]" password="xxxxxx" defaultCredentials="false" enableSsl="true"/> </smtp></mailSettings>
/Dennis
We use the same, problem in port.
<network host="smtp.gmail.com" port="587" enableSsl="true" defaultCredentials="false" userName="[email protected]" password="xxx" />
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Anyone successfully used gmail as SMTP?
I have tried the following based on the settings from the gmail account
However, it just hangs when sending using library.SendMail() ?? Is there some trick when using gmail SMTP for sending mail?
Hi Lee,
Could you give this a try, hopefully it will work for you. I haven't tested it.
/Dennis
We use the same, problem in port.
is working on a reply...