IHP Api Reference
Copyright(c) digitally induced GmbH 2020
Safe HaskellSafe-Inferred

IHP.Mail.Types

Description

 
Synopsis

Documentation

data MailServer Source #

Constructors

SES

Uses AWS SES for sending emails

Sendmail

Uses the local Sendmail binary for sending emails

SendGrid

Uses SendGrid for sending emails

Fields

SMTP

Uses a generic SMTP server for sending emails

Fields

data MailAttachment Source #

Constructors

MailAttachment 

Fields

Instances

Instances details
Show MailAttachment Source # 
Instance details

Defined in IHP.Mail.Types

Eq MailAttachment Source # 
Instance details

Defined in IHP.Mail.Types

data SMTPEncryption Source #

Configuration for a mailer used by IHP

Constructors

Unencrypted 
TLS 
STARTTLS