Click here to Skip to main content
15,920,053 members

Comments by PrakashJoshi (Top 1 by date)

PrakashJoshi 9-Apr-15 6:02am View    
I have the same problem the error I found is in web config file
kindly check your web config file if you have the following like code, comment or delete it. this works for me.
< mailsettings>
< smtp from="TEST">
< network host="smtp.gmail.com" port="587" username="youremailID" password="password" defaultcredentials="false">
< /smtp>