Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End Php form mailer (Adding a file attachment) Re: Php form mailer (Adding a file attachment)

#74134
ddliu
Member

Here is an example how to include an attchment with mail function:
http://www.webcheatsheet.com/PHP/send_email_text_html_attachment.php#attachment

You may try a mail library instead of built in PHP function, if you need more features and want to go more comfortable. I’d like to recommend you Swiftmailer if you want to have a try.