Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Email library does not send email through SMTP on PHP 8.2 #6243

Open
DimitriyKuschel opened this issue Sep 22, 2023 · 0 comments
Open

Email library does not send email through SMTP on PHP 8.2 #6243

DimitriyKuschel opened this issue Sep 22, 2023 · 0 comments

Comments

@DimitriyKuschel
Copy link

When trying to send email through the SMTP via Email library getting following output:

220 mail.adm.tools ESMTP ready
hello: 501 5.5.4 Invalid argument
The following SMTP error was encountered: 501 5.5.4 Invalid argument
Unable to send email using PHP SMTP. Your server might not be configured to send mail using this method.

SMTP settings are correct, PHPMailer can send email with the same settings and the same content without any issues. Code to send email with codeigniter 3.1.13 works fine on PHP 7.4 without any change.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant