Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions .claude/skills/adapter-mailer/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,10 @@ Mailer (implements MailerInterface)
DefaultFrom if SmtpConfig->fromAddress != null
MessageValidator always (validates From, To, Body)
Encoder (MailMessage → Envelope):
MimeEncoder MIME assembly, Base64, QP, RFC 2047
MimeEncoder builds the raw MIME message
Transport (Envelope → void):
SmtpTransport Socket SMTP — EHLO, STARTTLS / implicit SSL,
AUTH LOGIN + AUTH PLAIN, NOOP health-check,
silent reconnect, keepalive for batch
SmtpTransport SMTP over raw sockets — STARTTLS / implicit SSL, AUTH,
health-check + silent reconnect, keepalive for batch
Retry (internal to Mailer):
Exponential backoff on SmtpConnectionException + temporary 4xx
Permanent 5xx throws immediately
Expand Down
Loading