Mail checkout
  • 03 Jul 2025
  • 1 Minute to read
  • Contributors
  • Dark
    Light

Mail checkout

  • Dark
    Light

Article summary

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?

What's Next