I have been using the mail() function to send email to my users when they register. it sends an email witha security code etc. however recently the scripot has suddenly stopped working:S
the email just deos not send! entries are added to the MySQL database, but no email is sent!
this si the format. i dont get why it doesnt work anymore:
@mail("$email", $yoursubject, $emailtext, "From: $YourEmail");
just doesnt work, strange thing is it USED to work. help?!
or is there another,more efficient way of sending email from PHP?