- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2019 05:22 AM
Solved! Go to Solution.
- Labels:
-
Notifications

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2019 05:27 AM
Hi,
You can do it 2 ways
1) In the notification, you can use the below format in the from field
TEST NAME <ab@gmail.com>
2) If you want to use mail script, use the format below.
email.setFrom("TEST NAME <ab@gmail.com>");
Note: if you are using mail script, the From should be blank in notification otherwise it will not work as From field in notification take precedence over the email script value.
Hope this will fit your need.
If I have answered your question, please mark my response as correct and/or helpful so that others with the same question in the future can find it quickly and that it gets removed from the Unanswered list.
Thank you
Cheers
Alberto

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2019 05:27 AM
Hi,
You can do it 2 ways
1) In the notification, you can use the below format in the from field
TEST NAME <ab@gmail.com>
2) If you want to use mail script, use the format below.
email.setFrom("TEST NAME <ab@gmail.com>");
Note: if you are using mail script, the From should be blank in notification otherwise it will not work as From field in notification take precedence over the email script value.
Hope this will fit your need.
If I have answered your question, please mark my response as correct and/or helpful so that others with the same question in the future can find it quickly and that it gets removed from the Unanswered list.
Thank you
Cheers
Alberto
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-08-2021 11:52 PM
I tried same in both email script as well as in notification but its doesn't work for me.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-08-2021 11:53 PM
Display name doesn't work
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2022 03:10 AM
It worked for me.
Shakeel Shaik 🙂