SMTP
PHPMailer with SMTP
Learn how to send your first email using PHPMailer with SMTP.
Prerequisites
To get the most out of this guide, you’ll need to:
1. Install
Get the PHPMailer package.
2. Send email using SMTP
When configuring your SMTP integration, you’ll need to use the following credentials:
- Host:
smtp.resend.com
- Port:
587
- Username:
resend
- Password:
YOUR_API_KEY
Then use these credentials to send with PHPMailer:
3. Try it yourself
PHPMailer SMTP Example
See the full source code.
Was this page helpful?