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

[BUG] PHP 8.0+ and PHPMAILER #1196

Open
zamarax opened this issue May 2, 2022 · 2 comments
Open

[BUG] PHP 8.0+ and PHPMAILER #1196

zamarax opened this issue May 2, 2022 · 2 comments
Labels
Type: bug Owh no there is a bug in the system. Please provide the version the bug is on!

Comments

@zamarax
Copy link

zamarax commented May 2, 2022

Email notifications are sending as MIMEType vs decoded in PHP 8.0 or above, if I switch back to PHP 7.2 they are fine but my provider is moving away from version 7.2.

Using PHPSERVERMONITOR version 3.5.2

An example test message

`This is a multi-part message in MIME format.
--b1_9RbzCAzYpWyT5yyZGgz5NVOT275noA6k2fWOj9Uzo
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: base64

VGVzdCBtZXNzYWdl

--b1_9RbzCAzYpWyT5yyZGgz5NVOT275noA6k2fWOj9Uzo
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: base64

VGVzdCBtZXNzYWdl

--b1_9RbzCAzYpWyT5yyZGgz5NVOT275noA6k2fWOj9Uzo--`

@zamarax zamarax added the Type: bug Owh no there is a bug in the system. Please provide the version the bug is on! label May 2, 2022
@justinrogers
Copy link

I was having this issue as well so I just grabbed the latest build of phpmailer and dropped it in /vendor/phpmailer directory of phpservermon to replace what was in there and now the HTML email message displays as it should! For reference, I'm using phpmailer v6.8:

https://github.com/PHPMailer/PHPMailer/releases/tag/v6.8.0

@zamarax
Copy link
Author

zamarax commented Mar 10, 2023

I was having this issue as well so I just grabbed the latest build of phpmailer and dropped it in /vendor/phpmailer directory of phpservermon to replace what was in there and now the HTML email message displays as it should! For reference, I'm using phpmailer v6.8:

https://github.com/PHPMailer/PHPMailer/releases/tag/v6.8.0

Sweet thanks, that worked for me as well - Hopefully the owner see's this and can update the phpmailer sent with the software.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: bug Owh no there is a bug in the system. Please provide the version the bug is on!
Projects
None yet
Development

No branches or pull requests

2 participants