PHP E-mail with attachment

gamerdude

New Member
Messages
101
Reaction score
0
Points
0
I have made this script to combine my 3 script e-mail system into a one script system but it always sends the message as an attachment. I cannot figure out why though. Here is the script.

PHP:
// code removed for security

Sorry, I think I see the problem, it is in the boundary string and content type specification.

EDIT:
I got it working, it was in the boundary string and MIME content type specification. It all got tossed together in the output buffer and messed up.
 
Last edited:
Top