SMTP problem cured ..
SMTP problem cured ..
Hi, I just spent 2 hours trying to get my email working in my first AppGini app. I couldn't get the PHP mail() option working so tried the SMTP option. That wasn't working (wasn't being authenticated) I finally discovered that the problem (with the SMTP option) was that my 365 account has 2-factor authentication. So I switched the email address to a test user in the tenant that doesn't have the 2-factor and it works! I'm just putting it here in case it helps someone. (Still haven't figured out the PHP mail() option.)