Implementing email with file attachment

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
artgod
Forum Newbie
Posts: 1
Joined: Fri Sep 28, 2007 4:33 pm
Location: Colorado

Implementing email with file attachment

Post 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.
User avatar
Christopher
Site Administrator
Posts: 13596
Joined: Wed Aug 25, 2004 7:54 pm
Location: New York, NY, US

Post 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.
(#10850)
Post Reply