O
Obscurr
hi
I'm would like my app to send a preformatted email(with subject and
body) everytime a user pushed a button, like : onclick "
mailto:[email protected]" , without the user seeing anything, i.e. not
being able to edit the message.
Using php, this is very simple; mail("(e-mail address removed)", "Subject",
"Line 1\nLine 2\nLine 3");
is there a way to do this the same, easy way using javascript?
obscurr
I'm would like my app to send a preformatted email(with subject and
body) everytime a user pushed a button, like : onclick "
mailto:[email protected]" , without the user seeing anything, i.e. not
being able to edit the message.
Using php, this is very simple; mail("(e-mail address removed)", "Subject",
"Line 1\nLine 2\nLine 3");
is there a way to do this the same, easy way using javascript?
obscurr