sendemail php
1.0.0
This is a simple email sending system made in PHP using the PHPMailer library and SMTP protocol standards with Gmail after security and authentication updates.
When sending emails with this system, it is also possible
The Simple Mail Protocol is the standard protocol when it comes to sending emails between servers. Next, configure the SMTP client to work with Gmail.
Server | smtp.gmail.com |
Requires SSL | Yes |
Requires TLS | Yes (if available) |
Requires authentication | Yes |
Port for SSL | 465 |
Port for TLS/STARTTLS | 587 |
Gmail Settings Source: Google Support