G
Asked
Hi!
The option to send email via SMTP is incomplete.
In the case of Yahoo or Google, an authorization key is required.
When will this key (field) be available in your code?
Thanks.
The option to send email via SMTP is incomplete.
In the case of Yahoo or Google, an authorization key is required.
When will this key (field) be available in your code?
Thanks.
- MSAnsweredHello,
All mail providers are very strict to avoid spamming.
For google, you will need to enable less secure app and yahoo have app password.
The SMTP can be tested with mailtrap.io
Thank you - GAnsweredYour app return following error no matter which server I use (yahoo, google, private)
SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting
No other messages. See attach. - MSAnsweredHello,
This item don't support OAuth yet but normal username and password auth.
For SMTP connection error, If you suspect item code then you should test with mailtrap.io
Thank you - Login to Reply