You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Configuration is an array passed once when the mailer is created. Keys keep the
spelling used since 1.x (SMTPHost, mailType, CRLF, …). Unknown keys are
ignored; every key has a default, so you only set what you need.
Some settings have setters so they can change per message:
setProtocol(), setMailType(), setPriority(), setWordWrap(),
setAltMessage(), setNewline(), setCRLF(), and setBCC($list, $limit)
(which turns on batch mode). The rest are fixed at construction.