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

PHP mail issue in PHP 8.2 #3755

Open
robinsowell opened this issue Sep 14, 2023 · 0 comments
Open

PHP mail issue in PHP 8.2 #3755

robinsowell opened this issue Sep 14, 2023 · 0 comments

Comments

@robinsowell
Copy link
Contributor

This one is hard for me to test. I have them sending email via communicate, html email. PHP 7.4 both Sendmail and PHP mail work fine.

PHP 8+, sendmail still looks fine, but the PHP Mail is coming in like:

This is a multi-part message in MIME format.
Your email application may not support this format.


--B_ALT_6500ad135f16e
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 8bit

testing multipart<br>


--B_ALT_6500ad135f16e
Content-Type: text/html; charset=utf-8
Content-Transfer-Encoding: quoted-printable

<p>testing multipart</p>

--B_ALT_6500ad135f16e--

Which... is just weird. I have no brilliant ideas, and I'm not sure if it's a bug or something server specific.

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