SMTP = Simple Mail Transfer Protocol
สำหรับกรณีที่ใช้งาน smtp ของ server
Mailer: Mail server SMTP
Mail From address and protocol : <your_user_id>@yourdomain.com
SMTP Security: none หรือ tls
SMTP Port: 587 หรือ 25
SMTP User: <your_user_id>@yourdomain.com
SMTP Password: <your_password>
SMTP Host: mail.yourdomain.com
ตัวอย่างการตั้งค่า ใน phpmail (กรณี ในการส่งเมลล์ จากเว็บ ส่งไปเมลล์ USER)