Programmer's Reference Guide
| Character Sets |
Encoding
Text and HTML message bodies are encoded with the quotedprintable mechanism by default. All other
attachments are encoded via base64 if no other encoding is given in the addAttachment()
call or assigned to the MIME part object later. 7Bit and 8Bit encoding currently only pass on the
binary content data.
Zend_Mail_Transport_Smtp encodes lines starting with one dot or two dots so that the mail
does not violate the SMTP protocol.
| Character Sets |
Select a Version
Languages Available
Components
Search the Manual
Navigation
- Programmer's Reference Guide
- Programmer's Reference Guide
- Zend_Mail
- Introduction
- Sending via SMTP
- Sending Multiple Mails per SMTP Connection
- Using Different Transports
- HTML E-Mail
- Attachments
- Adding Recipients
- Controlling the MIME Boundary
- Additional Headers
- Character Sets
- Encoding
- SMTP Authentication
- Securing SMTP Transport
- Reading Mail Messages
