PHPMailer – A full-featured email creation and transfer class for PHP (EAI Suppported version modify by THNIC Foundation)
- This is not a stable PHPMailer version.
- This version modified and used by THNIC Foundation to make PHPMailer can send and received EAI email.
- This is a proof of concept version (POC)
- You can find a stable PHPMailer verion here.
- Please feel free to forked, modified and use it on your purpose.
- In src/SMTP.php, at function mail(), we change and fix to use SMTPUTF8.
- 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.
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.