An enhanced version of PHPMailer
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Go to file
Julien Rosset 13a5c33701 Add PHPMailerEnhanced class 2 years ago
src/PHPMailerEnhanced Add PHPMailerEnhanced class 2 years ago
.gitignore Initial commit 2 years ago
LICENSE.md Initial commit 2 years ago
README.md Initialize project 2 years ago
composer.json Initialize project 2 years ago

README.md

PhpMailerEnhanced

An enhanced version of PHPMailer:

  • Use UTF-8 charset by default.
  • Use exceptions by default.
  • Automatically embed local files ("file://" protocol or file path).
  • All email addresses can now be provided with "name " format (instead of two separate arguments).