Page 1 of 1

Email, php smtp

Posted: Wed Nov 12, 2003 9:06 am
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

Posted: Wed Nov 12, 2003 1:07 pm
by ezclimber
See Coggeshall's Web site for an excellent tutorial on mime.

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

:) ez