Index
A
- CssInliner::addCss() — Method in class CssInliner
Adds CSS stylesheet rules to be applied during inlining.
- FallbackMailer::addMailer() — Method in class FallbackMailer
- HtmlComposer::applyTo() — Method in class HtmlComposer
Applies the configured pipeline to the message: inlines CSS, embeds images, extracts subject from
(if not already set), sets the HTML body, and generates a plain-text alternative (if body is not already set). - Message::addReplyTo() — Method in class Message
Adds the reply-to address. Email or format "John Doe" doe@example.com
- Message::addTo() — Method in class Message
Adds email recipient. Email or format "John Doe" doe@example.com
- Message::addCc() — Method in class Message
Adds carbon copy email recipient. Email or format "John Doe" doe@example.com
- Message::addBcc() — Method in class Message
Adds blind carbon copy email recipient. Email or format "John Doe" doe@example.com
- Message::addEmbeddedFile() — Method in class Message
Adds an embedded (inline) file. If $content is null, the file is read from disk.
- Message::addInlinePart() — Method in class Message
Adds a pre-built MIME part as an inline (embedded) attachment.
- Message::addAttachment() — Method in class Message
Adds an attachment. If $content is null, the file is read from disk.
- MimePart::addPart() — Method in class MimePart
Adds or creates new multipart.
B
- MailExtension::beforeCompile() — Method in class MailExtension
- Message::build() — Method in class Message
Builds email. Does not modify itself, but returns a new object.
C
- CssInliner — Class in namespace Nette\Mail
Applies CSS rules as inline styles to HTML elements using DOM CSS selectors.
- DkimSigner::computeSignature() — Method in class DkimSigner
Canonicalizes the selected headers, signs them, and returns the complete DKIM-Signature header string.
- DkimSigner::computeBodyHash() — Method in class DkimSigner
Computes the base64-encoded SHA-256 hash of the canonicalized body.
- MimePart::clearHeader() — Method in class MimePart
- $ SendmailMailer#commandArgs — Property in class SendmailMailer
- SmtpMailer::connect() — Method in class SmtpMailer
Connects and authenticates to SMTP server.
D
- DkimSigner — Class in namespace Nette\Mail
Signs email messages using DKIM (DomainKeys Identified Mail).
- $ Message#defaultHeaders — Property in class Message
- SmtpMailer::disconnect() — Method in class SmtpMailer
E
- HtmlComposer::embedImages() — Method in class HtmlComposer
Enables embedding of local images referenced in HTML. The path is the base directory for resolving relative image references in
, url(...) in style attributes/,