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.
9 lines
334 B
Markdown
9 lines
334 B
Markdown
# PhpMailerEnhanced
|
|
|
|
An enhanced version of [PHPMailer](https://github.com/PHPMailer/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 <email>" format (instead of two separate arguments).
|