I'm trying to write a script that opens the users e-mail software with a prewriten subject field and body field.
I know it is possible to send mail through usint, mail(), but I want to store the email in the users sendt box and not in a database made by me.
I have tried <a href=mailto:...., but it cannot handle more than 256 characters.
I have also tried to use header("Content-Disposition: attachment; filename= mail.msg");
This does not work, since I get an error message from Outlook.
Does anyone know a way to open the users email software???
Kj.