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.
Implementing email with file attachment
Moderator: General Moderators
- Christopher
- Site Administrator
- Posts: 13596
- Joined: Wed Aug 25, 2004 7:54 pm
- Location: New York, NY, US
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.
http://www.php.net/manual/en/function.mail.php
You also might want to check into the SwiftMailer package.
(#10850)