How to setup different FROM address for different Notifications
By default, all email notifications use the same FROM address configured in your WordPress settings. However, you can configure different FROM addresses for different notifications.
Method 1: Using the Email Carrier settingsβ
- Edit your notification
- Go to the Email carrier settings
- Enable "Override FROM address"
- Enter the desired FROM email address
- Optionally, set a custom FROM name
Method 2: Using merge tagsβ
You can use merge tags in the FROM address field to dynamically set the sender based on the trigger context.
Method 3: Using codeβ
For advanced users, you can use the notification/email/from
filter to programmatically set different FROM addresses based on the notification or trigger type.