|
FAQ FOR WINDEV, WEBDEV AND WINDEV MOBILE |
|
| |
|
| | |
FAQ #15563, published on 2017-10-03 |
| How to avoid certificate error when using EmailStartSMTPSession with smtp.gmail.com ? |
Errors might randomly occur when using EmailStartSMTPSession with smtp.gmail.com because some Google certificates can't be verified by Windows. This problem is likely to be fixed by Google eventually.
In the meantime an easy solution is to add this line to your code :
// insert before calling EmailStartSMTPSession EmailConfigure(emailParameterMode, 1)
|
| |
| | | | | | Informations contained on this site are the exclusive property of PC SOFT. These informations and logos CANNOT be copied and/or used without a written authorization from PC SOFT. © PC SOFT 2004-2024.
|
| |
| |
| |
| |
| |
| |
|
|
|