Skip to content

The classic email sending library for PHP

License

Notifications You must be signed in to change notification settings

THNICF/PHPMailer

 
 

Repository files navigation

PHPMailer

PHPMailer – A full-featured email creation and transfer class for PHP (EAI Suppported version modify by THNIC Foundation)

Attention

  1. This is not a stable PHPMailer version.
  2. This version modified and used by THNIC Foundation to make PHPMailer can send and received EAI email.
  3. This is a proof of concept version (POC)
  4. You can find a stable PHPMailer verion here.
  5. Please feel free to forked, modified and use it on your purpose.

What we have done

  1. In src/SMTP.php, at function mail(), we change and fix to use SMTPUTF8.
  2. In src/PHPMailer.php, at function preSend(), we comment out punyencodeAddress() function and decide not to use it as it make Thai email cannot send.

License

This software is distributed under the LGPL 2.1 license, along with the GPL Cooperation Commitment. Please read LICENSE for information on the software availability and distribution.

About

The classic email sending library for PHP

Resources

License

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 99.3%
  • Other 0.7%