Copyright | (c) digitally induced GmbH 2020 |
---|---|
Safe Haskell | None |
IHP.Mail.Types
Description
Documentation
data MailServer Source #
Configuration for a mailer used by IHP
Constructors
SES | Uses AWS SES for sending emails |
Fields
| |
Sendmail | Uses the local Sendmail binary for sending emails. Avoid this with IHP Cloud |
SendGrid | Uses SendGrid for sending emails |
SMTP | Uses a generic SMTP for sending emails |