Jump to content

Ultimate Form Mailer Question


capecod

Recommended Posts

I'm ready to throw in the towel on this one. I've tried changing every possible variable I could think of but I still get the error message:

Message could not be sent. Mailer Error: Language string failed to load: connect_host

 

On surefirewebdesign.com's website they talk about it working on PHP v.5.0 and up. Could there be a problem with TCH using version 4.3.11 ?

 

Any and all input on this would be appreciated.

Link to comment
Share on other sites

4.3.11 isn't an issue. Nor is php 5.0 for that matter. It's flat out easier for me to give support in the forum I run. I won't give a link, but it's in the readme docs and on the website where you downloaded.

Link to comment
Share on other sites

It just died on me, too, without my having changed anything. I fixed it by changing this line in mailit.php from:

 

$set['email_type'] = '1';/*1=smtp, 2=mail(), 3=qmail, 4=sendmail*/

 

to

 

$set['email_type'] = '2';/*1=smtp, 2=mail(), 3=qmail, 4=sendmail*/

 

I've had it before where something changed somewhere (TCH?) and UFM got an error. Last time it was a PHP upgrade. This time I don't know what it was.

 

Good luck.

 

- Bradley

Link to comment
Share on other sites

As stated above (and in other threads), TCH does not support 3rd party scripts. If you feel that you are having a problem with Ultimate Form Mail, please use surefire's web forum to ask those types of questions.

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...