iris icon indicating copy to clipboard operation
iris copied to clipboard

How to use multiple iris_smtp vendors?

Open liuzhen opened this issue 5 years ago • 4 comments

If we want to differentiate iris_smtp vendors by the smtp "From", can we add multiple iris_smtp configs? Are different vendor names referenced by "mode" names?

liuzhen avatar Apr 23 '20 07:04 liuzhen

@liuzhen are you just trying to have different "From" addresses in the mail Iris generates or actually send mail through several different MTAs?

diegocepedaw avatar Apr 23 '20 17:04 diegocepedaw

I wanted different "From" addresses (to apply mail rules, since not all mail rules could be applied to mail subject).

liuzhen avatar Apr 24 '20 01:04 liuzhen

Each individual Iris application can define their own "From" address in the application's page. It can be done through the UI.

diegocepedaw avatar Apr 24 '20 02:04 diegocepedaw

I don't see any related configurations for that. I am using the version date back to early last year, is it a relatively new feature?

I see following sections in application editing page:

# application title section
## Owner
## Variables
## Supported modes:
## API key
## Secondary API key

# template section
## Context Template
## Summary Template
## Sample Context
## Mobile Template

# message volume quotas
## soft quota ...snipped...
## hard quota ...snipped...

# default contact modes per priority for this app

# emails which create incidents

# destructive actions

Any doc for this feature?

liuzhen avatar Apr 24 '20 02:04 liuzhen