thanks Jim - I change over to SwiftMailer and its working well.
"Jim Lucas" wrote in message
news:49ae0375.2040...@cmsws.com...
Stephen Hutchison wrote:
I'll check with my ISP but if is that then it's a very low limit. I'm
finding it's only allowing two or three through before hanging.
Is t
Stephen Hutchison wrote:
I'll check with my ISP but if is that then it's a very low limit. I'm
finding it's only allowing two or three through before hanging.
Is there something i can put in my code so that it at least fails
gracefully? It's not a good look just hanging like that.
Thanks
Ste
I'll check with my ISP but if is that then it's a very low limit. I'm
finding it's only allowing two or three through before hanging.
Is there something i can put in my code so that it at least fails
gracefully? It's not a good look just hanging like that.
Thanks
Stephen
"Chris" wrote in m
Stephen Hutchison wrote:
This appears to by a problem with the mail function. When I comment out
the lines:
if (mail($recipient, $subject, $message, $headers))
echo 'Succeeded';
else
echo 'Error - please check your e-mail address';
More likely a mail server issue rather than the mail
This appears to by a problem with the mail function. When I comment out the
lines:
if (mail($recipient, $subject, $message, $headers))
echo 'Succeeded';
else
echo 'Error - please check your e-mail address';
and replace them with:
echo $recipient . '';
echo $subject . '';
echo $
5 matches
Mail list logo