Creating an Email Address
In Mailofly, every outbound email requires a valid sender address specified in thefrom field. This guide covers RFC 5322 compliance, display names, and best practices.
Supported Formats
Mailofly supports standard RFC 5322 mailbox formatting:1. Address with Display Name (Recommended)
2. Bare Email Address
Domain Verification Requirement
When sending from custom domains, the domain portion of yourfrom address (@yourdomain.com) must match an active, verified domain in your Mailofly dashboard.
If you attempt to send from an unverified domain, the API will return:
If you do not have a custom domain verified yet, you can send from a connected Identity (e.g. your personal
@gmail.com account or custom SMTP).Reply-To Addresses
You can set a different destination for recipient replies using thereply_to field:
team@acme.com rather than the sending address.