Skip to content

PostmarkProtocol Properties

Luis Majano edited this page Dec 7, 2015 · 1 revision
Key Type Required Default Description
APIKey string true --- The postmark API key needed to send email out
mailSettings={
  protocol = {
    class = "coldbox.system.core.mail.protocols.PostmarkProtocol",
    properties = {
        APIKey = "YouWishYouHadIt"
    }
  }
}