Programmer's Reference Guide
| Attachments |
Adding Recipients
Recipients can be added in three ways:
-
addTo(): Adds a recipient to the mail with a "To" header -
addCc(): Adds a recipient to the mail with a "Cc" header -
addBcc(): Adds a recipient to the mail not visible in the header.
Note: Additional parameter
addTo()andaddCc()accept a second optional parameter that is used as a human-readable name of the recipient for the header.
| Attachments |
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
