https://github.com/q00/mailserver_boilerplate
BoilerPlate Code using PHPMailer 5.2.26
https://github.com/q00/mailserver_boilerplate
Last synced: about 1 year ago
JSON representation
BoilerPlate Code using PHPMailer 5.2.26
- Host: GitHub
- URL: https://github.com/q00/mailserver_boilerplate
- Owner: Q00
- Created: 2018-08-01T14:57:57.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-01T15:24:13.000Z (almost 8 years ago)
- Last Synced: 2025-03-28T05:28:39.128Z (over 1 year ago)
- Language: PHP
- Size: 67.4 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MailServer_BoilerPlate
BoilerPlate Code using PHPMailer 5.2.26 (https://github.com/PHPMailer/PHPMailer/releases/tag/v5.2.26)
You can send text data and files no limit count.
This code use Multipart/form-data
# Getting Started
- this phpmailer version is 5.2.26 so Your server must have PHP version > 5
- You can use client.php in your client and use CURL to server that has mail_server.php.
This Server Encoding is EUC-KR. In some case, Korean letters are broken when I request by using "UTF8".
So I have to change Encoding by using this :
```
iconv("UTF8","EUC-KR",$_FILES['first_file']['name'])
```
- In 'server' directory, I use gmail SMTP, so You can put your gmail ID so that it can send mail to other.
# license
MIT