Email, php smtp

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
Klaws_wolverine
Forum Commoner
Posts: 32
Joined: Mon Sep 29, 2003 10:11 am

Email, php smtp

Post by Klaws_wolverine »

Hi all,

I have an form right now that sends an email, for some reason sometimes the email is 8bit sometimes 7bit, any idea why?

Anyhow, what would I need to do, so that every form filled, onSubmit all form data is parsed into a file, like a .txt file and sent as an attachment instead of being inside the email body.

Anyone know how to do this and it's disadvantages such as performance hits.

Thanks
ezclimber
Forum Newbie
Posts: 1
Joined: Wed Nov 12, 2003 1:07 pm

Post by ezclimber »

See Coggeshall's Web site for an excellent tutorial on mime.

http://www.coggeshall.org/portfolio.php?pub_id=2

:) ez
Post Reply