mail()

Posted on 16th Feb 2014 by admin

Hi all. I have a problem with emails. I am trying to set up a mail system where customers can subscribe to a news letter . Those who subscribe will receive a monthly email. They can unsubscribe using a link in the email. The website I have created is for a charity in Malawi. What would be cool is if they could send an attachment in the form of a pdf.

The mail() function doesn’t allow for attachments. mail($to,$subject, $message, $headers, $root)
Is there another way to send mail with attachments?

The problem is that I pay a hosting company. I have no physical access to the computer and can’t install any software. Is this still possible or will I have to make do with just text based emailing.

Other forums