EMAIL with PDF Attachment #email
Edit
by Ray Venoski - 6 years ago (2018-12-18)
I want to send a invoice PDF file via email
| Should be pretty straight forward to send an email with a PDF file attachment. |
Ask clarification
2 Recommendations
MixMail: Send email to multiple addresses using templates
This class can send email to multiple addresses using templates.
It extends the mixing template class to compose a message from a HTML template that is processed by replacing optional template variables.
The message may also have optional attachment files.
The composed message is sent via SMTP using PHPMailer.
| by Luis Toscano package author 30 - 6 years ago (2019-01-11) Comment
using this package, sending mail with attachment and more. |
PHP Mail Class: Compose and send email using mail function or SMTP
This class can compose and send email using mail function or SMTP.
It can compose a message by setting several types of parameters like the sender and recepient names and addresses, the message subject and body in text or HTML formats, etc..
The class can send the message either using the PHP mail() function or connecting to a SMTP server to relay the message.
| by Muhammad Umer Farooq package author 135 - 6 years ago (2018-12-19) Comment
Use this package you can attach any file you want either PDF |