Page 1 of 2
Problem with CMSMailer - Split server...
Posted: Tue Nov 09, 2010 3:27 pm
by fearmydesign
Hi everyone, we have our CMSMS on a Windows server and the mail for the same website going through a Linux/Apache server. So my CMSMailer is not working when I set it up as an smtp.... even when I set it up as 'sendmail' it still doesn't work, I am not getting any of the emails from any forms on the site or anything like that.
Can someone help me? is there a problem having emails go through a different server than where the site is being hosted?
Thank you
Re: Problem with CMSMailer - Split server...
Posted: Tue Nov 09, 2010 6:32 pm
by Dr.CSS
The mailer is PHP based and runs on the server it's on, that said some have been able to use gmail, no idea how they set it up, and by the way why is it running on a windows server...
Re: Problem with CMSMailer - Split server...
Posted: Tue Nov 09, 2010 6:43 pm
by fearmydesign

Hi Mark, thanks for your response
...by the way why is it running on a windows server...
It's running on a Windows server because the designers have some applications that were written on asp I believe, so they suggested the windows server which has been a nightmare to deal with... not to mention that it's being hosted by GoDaddy.
The mailer is PHP based and runs on the server it's on
Ok, so the mailer is looking internally for any email settings, but we are redirecting all the mail. A records through an external email server (linux). Having this setup, does anyone know of any way around this to get the mailer working properly with the smtp settings?
Regards
Re: Problem with CMSMailer - Split server...
Posted: Tue Nov 09, 2010 6:48 pm
by Nullig
You will probably have to use SMTP mailer method for CMSmailer.
Make sure you have the proper settings for:
SMTP host name (or IP)
SMTP server Port
SMTP Authentication
Username and Password for the email account
You can get more info at the phpmailer site:
http://phpmailer.worxware.com/index.php
Nullig
Re: Problem with CMSMailer - Split server...
Posted: Tue Nov 09, 2010 6:57 pm
by fearmydesign
Thanks for the response Nullig
You will probably have to use SMTP mailer method for CMSmailer.
Make sure you have the proper settings for:
SMTP host name (or IP)
SMTP server Port
SMTP Authentication
Username and Password for the email account
I tried already to select smtp in the CMSMailer and I put all the right settings but it's still not working, even with the 'sendmail' is not working. According to what DrCSS said, the mailer only works internally, but sense we are using an 'external server' for emails, its not working.
Any suggestions?..

Re: Problem with CMSMailer - Split server...
Posted: Tue Nov 09, 2010 6:59 pm
by Nullig
It works for me. I use SMTP mail for a lot of sites, where the mail server is external to the site.
Have you looked in your logs to see what errors there are?
Check the mail server logs to see what it's receiving.
Nullig
Re: Problem with CMSMailer - Split server...
Posted: Tue Nov 09, 2010 7:03 pm
by fearmydesign
Have you looked in your logs to see what errors there are?
I checked the admin log and this is the error that's coming up..
FormBuilder submit error: Could not execute: /usr/sbin/sendmail
Re: Problem with CMSMailer - Split server...
Posted: Tue Nov 09, 2010 7:11 pm
by Nullig
You must have CMSMailer setup for sendmail.
Nullig
Re: Problem with CMSMailer - Split server...
Posted: Tue Nov 09, 2010 7:15 pm
by fearmydesign
You must have CMSMailer setup for sendmail.
I tried using 'sendmail' but it doesn't work either.
I actually tried to use another smtp on another site that I have with the same setup (external mail server) and it works... I can't understand why on this particular site it doesn't work. Is it possible that some files got corrupted, or missing? or anything to do with the fact that is sitting on a Windows server?
Re: Problem with CMSMailer - Split server...
Posted: Tue Nov 09, 2010 7:19 pm
by Nullig
Have you checked the mail server logs to see what it's getting?
Can you telnet from the Windows server to the mail server?
Nullig
Re: Problem with CMSMailer - Split server...
Posted: Tue Nov 09, 2010 7:22 pm
by fearmydesign
I tried again using an external stmp setting that 'I know for a fact it works', but still on this website it didn't work... I got the following error...
FastCGI Error
The FastCGI Handler was unable to process the request.
Error Details:
The FastCGI process exceeded configured activity timeout
Error Number: 258 (0x80070102).
Error Description: The wait operation timed out.
HTTP Error 500 - Server Error.
Internet Information Services (IIS)
Re: Problem with CMSMailer - Split server...
Posted: Tue Nov 09, 2010 7:31 pm
by fearmydesign
Have you checked the mail server logs to see what it's getting?
I checked the mail server logs and nothing seems to be getting to it... so somehow the CMSMailer is not even getting that far? could this be a corrupted file or missing file on my cmsms installation?
Can you telnet from the Windows server to the mail server?
I've never done this...and I don't know what this is
Thank you for your help
Re: Problem with CMSMailer - Split server...
Posted: Tue Nov 09, 2010 7:38 pm
by Nullig
What version of PHP are you running?
Nullig
Re: Problem with CMSMailer - Split server...
Posted: Tue Nov 09, 2010 7:43 pm
by fearmydesign
What version of PHP are you running?
Windows Server - PHP 5.2.13
Re: Problem with CMSMailer - Split server...
Posted: Tue Nov 09, 2010 7:45 pm
by KO
I once had problem when I tried to send email to 2 different email addresses (one gmail, one having email address/domain email server hosted). As soon as I removed the gmail address everything worked. So the email server was configured to drop everything unless ALL email addresses were hosted in that server.
Just checking that you're not running into that case.