Hi, i have search over the forum but didn't find any answer, so here i am.
I have those lines :
$test = popen("/usr/bin/mailto my@email.com", "w");
printf("subject: this is my subject /n this is my message");
close($test);
When i run the code, i see in my webpage this :
this is my subject /n this is my message
how can i send email with that command???
thanx in advance,
Jacinthe