How do I send mail via PHP with attachment of HTML file? -> Content of HTML file (code) is in string in DB. Is there some easy way or free script to do this? I don’t want to store the file localy, I need to read it out of DB and send it straightaway as attachment (not included in body).
Share
If you have a hard time getting the headers right, you can always use something like PHP Mailer instead of reinventing the wheel.