I'm getting the following error on form submit using Ultimate FormMail v. 2.5.1:
Message could not be sent. Mailer Error: Language string failed to load: connect_host
At the script forum, it looks like there may be two strategies to address this:
1) editing this line
$set['email_type'] = '2';/*1=smtp, 2=mail(), 3=qmail, 4=sendmail*/
comment from coder:
Different resources on your server that may or may not be available to send email. Your smtp resources apparently aren't available, or require you to enter authentication information from your host. Which one is unclear.
2) or TCH intervening in this area:
suggestion from coder:
Either the server isn't set up to send email from a script or the username, password, and host info is incorrect.
Have you contacted the hosting co to ask about what is required to send email through their server from a script?
Has this problem occurred for others? Any guidance appreciated!
best,
s