Does anyone still use Gmail as a mail server to se...
# lucee
l
Does anyone still use Gmail as a mail server to send emails from Lucee apps? Now that they disabled the ability to use "less secure apps in the Admin console" it seems one cannot simply setup Gmail to use as an SMTP server any longer? O365 doing the same in October.
r
Funny you mentioned this as I am attempting to set up gmail and realizing it is not working at this moment, too.
l
Clicking through this at the moment: https://support.google.com/accounts/answer/185833
though the "App Password" route seems to be discouraged by Google, perhaps it is less friction than OAuth Client ID route which seems quite cumbersome.
app pwd route seems to work
👍🏻 1
s
It's frankly so easy + cheap (or free) to use free tiers of Mailgun or AWS that I wouldn't bother
☝🏻 2
j
Yes, gmail has been unreliable for years at this point ( for me ). I prefer AWS SES and am often having to implement SendGrid for clients as well.
r
Didn't know that AWS had a free version. Will have to look into this.
Thanks for the help, all. Oh and @leftbower I found maybe the same info for google app password setup and started setting this up and will finish it just to have something working for now.
f
The reason the app passwords are discouraged I think is because they allow you to bypass 2FA if it is enabled, so keep in mind if 2FA is enabled on the account you are using
👍🏼 1
r
Thanks, @foundeo