I have a bit of code that sends email to clients. The problem is that it seems like it just sends the emails 2 at a time. Here is the code:
<?php
mail("mymail@mail.com","An iquiry has been made to your site. Please log into your extranet.","This a auto quote request");
?>
Can anyone help. I am not a php expert. any help is appreciated.
JT