Page 1 of 1

Implementing email with file attachment

Posted: Fri Sep 28, 2007 4:48 pm
by artgod
This PHP stuff is new to me, I understand code, and how things flow, but not how to impliment this Email.php file in my site

Any advice would be nice.

I am trying to make it so that the user will be able to attach files, and send them to my email.
I am also trying to send a html code in the body of a email message to a recipient.

Thanks

feyd | Topic split from this thread.

Posted: Sun Sep 30, 2007 11:33 pm
by Christopher
There is information on this in the manual:

http://www.php.net/manual/en/function.mail.php

You also might want to check into the SwiftMailer package.