Sender Email and Name
Use thefrom object to control the sender identity that recipients see in their inbox.
from.email(required): The email address. Must use a verified domain in your SendPost account.from.name(optional): The display name shown in email clients.
"Display Name" <[email protected]>. If only from.email is provided, recipients see the email address only.
Common Use Cases
Support Emails
Support Team <[email protected]>
Marketing Emails
Marketing <[email protected]>
Product-Specific Emails
Product Updates <[email protected]>
Personal-Style Emails
Sarah from Example <[email protected]>
Company Branding
Example Company <[email protected]>
Examples
Order Confirmation (Transactional)
Newsletter (Promotional)
Password Reset (Security)
Best Practices
- Use clear, recognizable sender names that match the email type.
- Maintain consistent sender names across similar email types to build recognition.
- Avoid generic names like “noreply” which may reduce engagement.
Webhook payloads include the sender name and email, so you can track which sender identity was used for each email event.