Sendmail Different Accounts

Hi,

I want to send Emails over different Accounts.
What schould I Do.
The Function SendMail has no parameter for selecting an special Account
and how should i seperate it in mail.cfg?

The to parameter can contain a semicolon-separated list of email addresses.

I think the issue is the “from” account?
Yup, sendMail action only configures one SMTP.

I think you’d have to provide a secondary one by external script.

1 Like

do you have an example?