ERPNEXT - Create Notification whit condition INBOX MAIL

Hi every one , have nice day!

I m new in erpnext and i was trying to configure a new notification.

1- I Create a Email Domain and when enter to inbox go to ISSUE (create a issue)
2- In Notification i was create a new notification to “send alert on New” “Issue”
3- I was looking the condition when inbox was “[email protected]” execute this

I need some like {{ doc.raised_from }} like {{ doc.raised_to }} but ERPNEXT said me no exist.

Thx Alot

Hi @trio1234:

Use doc.raised_by == '[email protected]'
(without brackets)

Hope this helps.