- Print
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback!
This checkout will send one or multiple mails on Checkout. The mails are defined via a Hive record, with the following structure:
[{
From : { Name : "John Doe", Mail : "john.doe@example.com" },
To : [{ Name : "Jane Doe", Mail : "jane.doe@example.com" }],
CC : [{ Name : "", Mail : "" }],
BCC : [{ Name : "", Mail : "" }],
Subject : "",
Message : "",
Attachments : [{ FileName : "", ContentEncoding : Encoding.Utf8, Content : "" }]
}]
Setting the From address
You can set a from address, but per default this will only be used as reply address and the real from address will be mail.combeenation.com
.
In order to use your company's domain as sending domain, checkout the options in Mail settings.
Limits
- Maximum size of all attachments combined is 5 MB
- Currently only text files are allowed as attachments (e.g. XML, CSV, JSON, ...).
Was this article helpful?