Skip to content

Releases: Aleksandr-ru/MultipartEmail

Trim nulls issue

Choose a tag to compare

@Aleksandr-ru Aleksandr-ru released this 05 Nov 10:48

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

PHP8 hotfix

Choose a tag to compare

@Aleksandr-ru Aleksandr-ru released this 02 Nov 11:39

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

Choose a tag to compare

@Aleksandr-ru Aleksandr-ru released this 09 Sep 11:10

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

Headers are now manipulated by header-name.

Composer support

Choose a tag to compare

@Aleksandr-ru Aleksandr-ru released this 02 Oct 14:39

MultipartEmail now available via composer!

composer require aleksandr.ru/multipart-email

🎉️