Can't send email notification when set receive to Created by?

Akkapolk
Giga Expert

System Notification -> Email -> Notifications -> Change request state change notification (default)

find_real_file.png

find_real_file.png

find_real_file.png

 

System Properties -> Email Properties

I set send all email to my email

find_real_file.png

 

First scenario (Success): I opened Change Request (Number: CHG0030031) and process to Closed

find_real_file.png

I got email state changed notification as follows:

 

find_real_file.png

find_real_file.png

find_real_file.png

 

System Mailboxed -> Outbound -> Sent

find_real_file.png

 

Second scenario (Failed): I set receive to Created by (Change from Requested by to Created by)

find_real_file.png

 

Opened Change Request (Number: CHG0030032) and process to Closed

find_real_file.png

I did not get email state changed notification

System Mailboxed -> Outbound -> Sent

find_real_file.png

1 ACCEPTED SOLUTION

you will never receive notification as created by is string field not reference type of field.

 

alternate way to change send to opened by.

 

Thanks,

Vishal

View solution in original post

7 REPLIES 7

you will never receive notification as created by is string field not reference type of field.

 

alternate way to change send to opened by.

 

Thanks,

Vishal

It's working. Thank you very much.

Sara Amsalem1
Tera Contributor

You can do this by using notification email script.

 

You need to set in the email script:

email.recipients = 'mymail@yahoo.com'

 

To calculate the user email you can glide before to user table based on userID and then find the email and set it in the email.recipients

 

Please mark this helpful if it answer your question