- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-13-2018 01:39 PM
I configured a notification to send an email with the field "from" populated with a different address, when the email is sent the notification arrives with the name of the SMTP server, how can I change that display value without modify the "Email user label" in the SMTP email account
Example
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-13-2018 02:43 PM
Can you try setting the from field to <Victor Trejo> victor.trejo@xxxx.xxx. I think this works. I have tried it in my previous project.
You can also use, if you want to do it using mail script.
email.setFrom("Display Name <emailid>");
Please mark this response as correct or helpful if it assisted you with your question.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-10-2021 03:32 PM
You will need an email script using which you can set the setFrom dynamically based on the task table name and then use that email script in the notification.
You can also associate a different workflow to the SLA definition and use your own events/notifications specific to HR to trigger the notifications.
Please mark this response as correct or helpful if it assisted you with your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-29-2019 12:57 AM
I am sure you already solved this. Sanjiv was almost on pont. In the from field it should be Victor Trejo <victor.trejo@xxxx.xx> So the label first 😃 But i had the same problem, found this when googling... 😃
//Marcus
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-19-2022 01:36 AM
I too need this help. Please suggest me on this.
Thanks in advance!