# Notification Email to different Recipient than Creator or Modifier

**URL:** https://discuss.tryton.org/t/notification-email-to-different-recipient-than-creator-or-modifier/4720
**Category:** User
**Tags:** notification
**Created:** [October 22, 2021, 4:23pm UTC](https://discuss.tryton.org/t/notification-email-to-different-recipient-than-creator-or-modifier/4720 "2021-10-22T16:23:59Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![chrisexner](https://discuss-cdn.tryton.org/letter_avatar_proxy/v4/letter/c/7ba0ec/32.png) [@chrisexner](https://discuss.tryton.org/u/chrisexner)
#### Post date: [October 22, 2021, 4:24pm UTC](https://discuss.tryton.org/t/notification-email-to-different-recipient-than-creator-or-modifier/4720/1 "2021-10-22T16:24:00Z")

</div>

Hey there!

i am trying to use the Email Notification Module. Think, i need some assistance to get started.

Bank Statements are imported automatically by script in context of a “Service-User” (dedicated Import-User in Tryton).

I want the responsible persons to get an Email Notification if there is a new Bank statement available in the system (that is not the case every day in our environment) and have added new report “Statement (Email)” with Model “account.statement”.

When configuring the notification e-mail, I can choose the recipient from “create\_uid” and “write\_uid”. How do I enter any other recipient here?

Field “Contact Information” of Email Notification contains only Invoice and Delivery.

And what about the Trigger? Not fully understood yet, how to use them correctly. Have set Condition to “true” to always fire and also selected “on write”.

Somelike confused at the Moment. May I get some help please?

Chris

---

<div class="post-metadata">

### Author: ![ced](https://discuss-cdn.tryton.org/user_avatar/discuss.tryton.org/ced/32/1237_2.png) [@ced](https://discuss.tryton.org/u/ced)
#### Post date: [October 22, 2021, 4:57pm UTC](https://discuss.tryton.org/t/notification-email-to-different-recipient-than-creator-or-modifier/4720/2 "2021-10-22T16:57:44Z")

</div>

> [@chrisexner](#):
>
> When configuring the notification e-mail, I can choose the recipient from “create\_uid” and “write\_uid”. How do I enter any other recipient here?

You can only choose relation field on the document from which we can deduce an email like a user, a party.  
Or instead you could use a fallback recipients which is a selected user with an email set.

> [@chrisexner](#):
>
> And what about the Trigger? Not fully understood yet, how to use them correctly. Have set Condition to “true” to always fire and also selected “on write”.

The condition trigger the action only if it was evaluated to `False` before changes and to `True` after changes. So if you put always `True` is will never be triggered.

---

<div class="post-metadata">

### Author: ![chrisexner](https://discuss-cdn.tryton.org/letter_avatar_proxy/v4/letter/c/7ba0ec/32.png) [@chrisexner](https://discuss.tryton.org/u/chrisexner)
#### Post date: [December 16, 2022, 11:39pm UTC](https://discuss.tryton.org/t/notification-email-to-different-recipient-than-creator-or-modifier/4720/3 "2022-12-16T23:39:29Z")

</div>

Works now as expected. Problem was caused mainly by malformed Email Report.

Following Configuration triggers an Email Report every time, a new Bank Statement is imported to the system (more exact: Every Time a new Statement Record is created):

 ![grafik](https://discuss-cdn.tryton.org/uploads/default/original/2X/8/8247b3fadc4fe1aeeea0d9e44d2d6ce7c174cc65.png)

---

<div class="post-metadata">

### Author: ![system](https://discuss-cdn.tryton.org/uploads/default/original/1X/c6f8ec0a40525cdcd50058c734283450a4b3d38b.png) [@system](https://discuss.tryton.org/u/system)
#### Post date: [January 15, 2023, 11:40pm UTC](https://discuss.tryton.org/t/notification-email-to-different-recipient-than-creator-or-modifier/4720/4 "2023-01-15T23:40:24Z")

</div>

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.
