The following warnings occurred:
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.1.28 (Linux)
File Line Function
/global.php 783 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.1.28 (Linux)
File Line Function
/global.php 783 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined variable $newpmmsg - Line: 40 - File: global.php(841) : eval()'d code PHP 8.1.28 (Linux)
File Line Function
/global.php(841) : eval()'d code 40 errorHandler->error
/global.php 841 eval
/printthread.php 16 require_once
Warning [2] Undefined array key "style" - Line: 909 - File: global.php PHP 8.1.28 (Linux)
File Line Function
/global.php 909 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined property: MyLanguage::$lang_select_default - Line: 5024 - File: inc/functions.php PHP 8.1.28 (Linux)
File Line Function
/inc/functions.php 5024 errorHandler->error
/global.php 909 build_theme_select
/printthread.php 16 require_once
Warning [2] Undefined array key "additionalgroups" - Line: 7162 - File: inc/functions.php PHP 8.1.28 (Linux)
File Line Function
/inc/functions.php 7162 errorHandler->error
/inc/functions.php 5044 is_member
/global.php 909 build_theme_select
/printthread.php 16 require_once
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.1.28 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.28 (Linux)
File Line Function
/printthread.php 165 errorHandler->error
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.1.28 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.28 (Linux)
File Line Function
/printthread.php 165 errorHandler->error
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.1.28 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.28 (Linux)
File Line Function
/printthread.php 165 errorHandler->error
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.1.28 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.28 (Linux)
File Line Function
/printthread.php 165 errorHandler->error



Form Tools
Swift Mailer Error Message - Printable Version

+- Form Tools (https://forums.formtools.org)
+-- Forum: Modules / Other (https://forums.formtools.org/forumdisplay.php?fid=8)
+--- Forum: Modules (https://forums.formtools.org/forumdisplay.php?fid=16)
+--- Thread: Swift Mailer Error Message (/showthread.php?tid=514)



Swift Mailer Error Message - ksims - Feb 15th, 2010

Im probably overlooking something some where..
I get this message when I try to test swift mailer with gmails smtp settings.

"There was a problem communicating with SMTP: The SMTP connection failed to start [smtp.gmail.com:465]: fsockopen returned
Error Number 111 and Error String 'Connection refused' "

I've triple check my settings, user/password info, used the example screen shot Ben has on the website, but just haven't had any luck in getting it to work.
Help me please.
Thanks!


RE: Swift Mailer Error Message - lpowers - Apr 7th, 2010

(Feb 15th, 2010, 11:00 AM)ksims Wrote: Im probably overlooking something some where..
I get this message when I try to test swift mailer with gmails smtp settings.

"There was a problem communicating with SMTP: The SMTP connection failed to start [smtp.gmail.com:465]: fsockopen returned
Error Number 111 and Error String 'Connection refused' "

I've triple check my settings, user/password info, used the example screen shot Ben has on the website, but just haven't had any luck in getting it to work.
Help me please.
Thanks!

Hello! I am having the same problem and after trying to different settings I have also received the connection timed out error and the "Expected response code(s) [250] but got response []" error. Can anyone offer advice on what I could be doing wrong? Thanks so much!

Btw, FORM TOOLS is AWESOME!!!!! I have wasted soooooooooo much time trying other solutions (I'm more of a designer than a programmer) and I can honestly say that this is BY FAR the best one out there!!!!!


RE: Swift Mailer Error Message - lpowers - Apr 7th, 2010

(Apr 7th, 2010, 5:30 AM)lpowers Wrote:
(Feb 15th, 2010, 11:00 AM)ksims Wrote: Im probably overlooking something some where..
I get this message when I try to test swift mailer with gmails smtp settings.

"There was a problem communicating with SMTP: The SMTP connection failed to start [smtp.gmail.com:465]: fsockopen returned
Error Number 111 and Error String 'Connection refused' "

I've triple check my settings, user/password info, used the example screen shot Ben has on the website, but just haven't had any luck in getting it to work.
Help me please.
Thanks!

Hello! I am having the same problem and after trying to different settings I have also received the connection timed out error and the "Expected response code(s) [250] but got response []" error. Can anyone offer advice on what I could be doing wrong? Thanks so much!

Btw, FORM TOOLS is AWESOME!!!!! I have wasted soooooooooo much time trying other solutions (I'm more of a designer than a programmer) and I can honestly say that this is BY FAR the best one out there!!!!!

UPDATE: the latest error message: "There was a problem communicating with SMTP: Expected response code(s) [250] but got response [553 sorry, your mail was administratively denied. (#5.7.1)]"...Any thoughts??? Thanks.


RE: Swift Mailer Error Message - Ben - Apr 9th, 2010

Hi lpowers,

Thanks for the kind words! I really hope it comes in handy. Smile

I came across this error just once before. If memory serves, the email was being rejected by the SMTP server because the "from" address wasn't the same as the actual website name. I think it was a spam-prevention measure to prevent people sending emails from a website that don't identify themselves as being FROM that website.

I'm not sure if this is what's happening in your case, but it's worth trying out. Just temporarily tweak the "from" field for your form to whatever website you're on (e.g. "test@yoursite.com").

By the way, any error messages you see within Swift Mailer are directly from the SMTP server itself. This can be really handy for Googling the solution. Personally, I hate configuring that module... sometimes it can be really finicky finding the right combination of settings to work with your server, but there's no way around it - so those error messages can be invaluable!

Good luck!

- Ben