Reply from a different email address
If you receive emails at a specific email address but want replies to be sent from a different address, proceed as follows:
Example:
- You receive emails at invoice@company.com
- Replies to these emails should be sent from info@company.com.
- Determine the ID of the mailbox in todo4teams from which the reply should be sent, in this case info@company.com, e.g., 10.
Now, in the receiving script of the mailbox invoice@company.com, insert this line, setting the task property TODO_REPLY_MAILBOX_ID to the ID of the reply mailbox:
task.addProperty("TODO_REPLY_MAILBOX_ID", "10");
The sender address info@company.com will now automatically appear in the email reply dialog.