Yes, it’s installed. I tried uninstalling it and reinstalling again. I’m trying to send to my gmail account.
Furthermore, I just tried using my own SMTP server to send through (instead of my clients) and it worked like a charm.
This is an archived forum and the content is probably no longer relevant, but is provided here for posterity.
The active forums are here.
February 08, 2011 11:38am
Subscribe [4]#16 / Feb 21, 2011 11:27am
Yes, it’s installed. I tried uninstalling it and reinstalling again. I’m trying to send to my gmail account.
Furthermore, I just tried using my own SMTP server to send through (instead of my clients) and it worked like a charm.
#17 / Feb 22, 2011 2:52am
jeremydouglas,
Furthermore, I just tried using my own SMTP server to send through (instead of my clients) and it worked like a charm.
Ok on that basis it looks to be your clients SMTP server alone causing the issue.
2 things that I would get your client’s IT people to look at is any sort of timeout that may be occurring and the Firewall. Might be worth revisiting even though you said it was whitelisted.
Also do they have any logs available from their side?
#18 / Mar 12, 2011 9:55am
Thanks John,
I haven’t been able to get the logs yet. I will continue trying. But, I’m guessing that there isn’t anything since they aren’t being made available.
They have another programmer looking at this now and he has a question:
“Is it possible to use an SMTP connection without credentials?”
Would you be able to help on that?
Thanks.
#19 / Mar 13, 2011 8:05pm
Jeremy,
You can test your smtp to see if it doesn’t need authentication
One more thing to try.
Add these two items to your config.php file
$config['email_crlf'] = "\r\n";
$config['email_newline'] = "\r\n";#20 / Mar 16, 2011 10:37pm
I believe that did it. Thanks very much.
#21 / Mar 16, 2011 10:54pm
Glad things are working again… Feel free to start a new thread if you have any more questions.