Oauth SMTP authentication support? |
hi!
Google is removing the ability for Google Workspace users to use their SMTP service using just Username and Password. Instead, they will be requiring Oauth to sign in and authenticate using their SMTP servers. We've been using Google's SMTP for sending emails on our site. But in September 2024, they'll be turning off the ability to use your username and password. Is there any support for using Oauth with the current email config? https://support.google.com/accounts/answ...0255?hl=en
Are there any plans to change the CodeIgniter mail function to support OAuth SMTP authentication in the future? Or are we forced to use PHPMailer for this?
There is no plan to support OAuth SMTP.
If someone has interested in Email, see https://github.com/codeigniter4/CodeIgni...ssues/1615. And implement OAuth SMTP authentication. Alternatively, you could create a Composer package that uses PHPMailer as the backend and provides APIs that are compatible with the current CI4 Mail APIs. |
Welcome Guest, Not a member yet? Register Sign In |