sebastianfeldmann / phpbu

PHP Backup Utility - Creates and encrypts database and file backups, syncs your backups to other servers or cloud services and assists you monitor your backup process
https://phpbu.de
Other
1.29k stars 110 forks source link

Broken emails sent by phpbu #343

Closed cccaballero closed 8 months ago

cccaballero commented 1 year ago

I am having a problem that is the same as the one I had before when using an old version of PHPMailer in php 8.0, the metadata of the sent email is broken, because extra spaces are added in front of some metadata (the custom metadata, in the case of the problem when using old version of PHPMailer).

In the case of the old PHPMailer version was because of line terminators, that should be \r\n instead of \n as of php 8.x

Using phpbu phar 6.0.16 and PHP 8.0.x

sebastianfeldmann commented 1 year ago

There are currently some issues with the PHAR build, some dependencies are causing problems to fully support the 8+ versions of PHP for the PHAR. I'm currently working on a fix :)

sebastianfeldmann commented 8 months ago

Full support for PHP > 8.0 and <= 8.3 is available since version 6.0.22