PC SOFT

PROFESSIONAL NEWSGROUPS
WINDEVWEBDEV and WINDEV Mobile

Home → WINDEV 2024 → Gmail server fail error
Gmail server fail error
Started by Frank, Dec., 12 2017 8:36 PM - No answer
Posted on December, 12 2017 - 8:36 PM
I am using EmailStartSMTPSession to send emails using the gmail server. This method has been working for our customers for years. Within the last couple of months a few of our customers tell us that the emails are not going out.

I have read in these forums and elsewhere that google has made changes to the gmail server and the only way to correct this issue is to upgrade to v22 and add the line of code below before the EmailStartSMTSession:

EmailConfigure(emailParameterMode, 1)

Is this the solution?