Sending e-mails in Zend Framework 2 is quite easy and requires small amount of code. Below example presents sending multipart e-mails (containing plain text and html at once): That’s it. It will create simple message and send it using sendmail.
Zend Framework 2 – sending html mails with text as alternative
Most of the current mail clients can display html emails without any problems. But still there are cases when html e-mail is not supported. Therefore I would suggest to send emails which contain both – html and plain text as