Skip to content

Releases: Aleksandr-ru/MultipartEmail

Trim nulls issue

05 Nov 10:48
Compare
Choose a tag to compare

Fixed PHP8 trim nulls deprecation message
Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated

PHP8 hotfix

02 Nov 11:39
Compare
Choose a tag to compare

Since PHP 8 the message parameter given to mail() function must starts with an empty newline "\n".
Otherwise email will be sent with empty body.

Reply-to feature and headers improvements

09 Sep 11:10
Compare
Choose a tag to compare

Added getter/setter to change "Reply-to" field.

Headers are now manipulated by header-name.

Composer support

02 Oct 14:39
Compare
Choose a tag to compare

MultipartEmail now available via composer!

composer require aleksandr.ru/multipart-email

🎉️