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!
yes you can. It's in your header settings when calling [php_man]mail()[/php_man]. Example 4 on the mail function page has an html email, which changes the content-type.
That isn't what I meant.... I was just talking about the actual preferences within Netscape/Mozilla browsers on the client side.
But, I also am considering writing a script with the mail() function to do the job. Just not sure how tricky it would be to allow attachments to be added? It's just for personal use you see
Can you use the mail() function to send an attachment (its a JAR file) with the content type specified but not as a multipart message? It would essentially be just sending a file through email without any text in the body...
Multipart messages are looking a bit complex to create
Thanks very much Hope it works for sending emails using NS mail and not just for handling web page content (I need netscape to put content-type=aplication/x-java-archive instead of aplication/octet-stream) when |I attach a JAR file.