Page 1 of 1

Email

Posted: 05 Feb 2011, 09:00
by peace
Strange issue - I have been working on trying to get my contact for to work for the last 2 hours. I have followed all the instructions and have all the setting I need. I have three email address and smtp servers to work with. None of them work. But strangely after 2 hours of pulling my hair out of my head and banging head against wall - I turned off the module in the control panel that says " check this box to Change this to true to enable smtp functionality - I un-checked it and now it works and emails are sending as it should. I wished the the saying was uncheck this to make the emails send. ERRRRRRR!!!!

Now as I go and calm down from this ordeal.

At least its working.

Peace!!

Re: Typos from last email

Posted: 05 Feb 2011, 09:05
by peace
Strange issue - I have been working on trying to get my contact form to work for the last 2 hours. I have followed all the instructions and have all the settings that I need. I have three email addresses and smtp servers to work with. None of them work. But strangely after 2 hours of pulling my hair out of my head and banging head against wall - I turned off the module in the control panel -settings - email - smtp - that says "ENABLED - check this box to Change this to true to enable smtp functionality, I un-checked it which is turning it off - and now it works and emails are sending as it should. I wished the wording was uncheck this to make the emails send. ERRRRRRR!!!!

Now as I go and calm down from this ordeal.

At least its working.

Peace!!

Re: Email

Posted: 05 Feb 2011, 09:25
by peace
here is a picture.

Re: Email

Posted: 06 Feb 2011, 09:38
by Nick
The checkbox works as it should, when it's unchecked – mail is sent using mail() function in PHP and this is handled by your hosting server. This just means that you fall back from using smtp to your server's sendmail.

Actually if you don't have problems you don't have to use SMTP at all. This functionality was added for server that can't send mail properly. But even with SMTP support sometimes we still can't send email.