The following warnings occurred:
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.1.31 (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.31 (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.31 (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.31 (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.31 (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.31 (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 property: MyLanguage::$archive_pages - Line: 2 - File: printthread.php(257) : eval()'d code PHP 8.1.31 (Linux)
File Line Function
/printthread.php(257) : eval()'d code 2 errorHandler->error
/printthread.php 257 eval
/printthread.php 117 printthread_multipage
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.1.31 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.31 (Linux)
File Line Function
/printthread.php 165 errorHandler->error
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.1.31 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.31 (Linux)
File Line Function
/printthread.php 165 errorHandler->error
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.1.31 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.31 (Linux)
File Line Function
/printthread.php 165 errorHandler->error
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.1.31 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.31 (Linux)
File Line Function
/printthread.php 165 errorHandler->error
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.1.31 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.31 (Linux)
File Line Function
/printthread.php 165 errorHandler->error
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.1.31 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.31 (Linux)
File Line Function
/printthread.php 165 errorHandler->error
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.1.31 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.31 (Linux)
File Line Function
/printthread.php 165 errorHandler->error
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.1.31 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.31 (Linux)
File Line Function
/printthread.php 165 errorHandler->error
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.1.31 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.31 (Linux)
File Line Function
/printthread.php 165 errorHandler->error
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.1.31 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.1.31 (Linux)
File Line Function
/printthread.php 165 errorHandler->error



Form Tools
Configuring Secured SMTP server - 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: Configuring Secured SMTP server (/showthread.php?tid=204)

Pages: 1 2


Configuring Secured SMTP server - xoxo - Jul 4th, 2009

Hello!

First of all, I have been using FormTools 1.x for a long time, and decided just today to move to version 2, and it's great!!

Congratulations to the author!

I would love to use the Swift Mailer extension, but my hosting provider only let me connect via SSL.

Is there any way to configure SMTP settings for a secured connection without modifying code?

If not, will be nice to have this feature implemented.

Thank you, and congratulations once again.


RE: Configuring Secured SMTP server - Ben - Jul 4th, 2009

Hi xoxo,

Welcome to the forums! And I'm glad you chose to upgrade. :-)

This sounds like a very reasonable feature to add, so I don't mind working on it at all. It sounds like what's required is adding the additional encryption parameters when creating the Swift SMTP connection, as mentioned in their docs here:
http://swiftmailer.org/wikidocs/v3/swift_connection_smtp?s[]=ssl

Does that sounds about right to you? Let me know - I'll do a little digging and see if I can get it sorted out.

- Ben


RE: Configuring Secured SMTP server - xoxo - Jul 4th, 2009

Thank you for your prompt reply.

Seems enough to let the application asking if the connection is secure.

I have attached a screenshot of email settings needed in an email client (ex. gmail) to retrieve the emails.

Notice that with exactly the same settings, if I deactivate SSL, I'm getting exactly the same error as I'm getting now in FormTools:

Code:
There was a problem communicating with SMTP: The SMTP connection failed to start [mail.domain.com:995]: fsockopen returned Error Number 110 and Error String 'Connection timed out'

My programming knowledge is limited, so please let me know If I haven't explained myself clearly.

I can help you in testing, if you need to.

Thank you once again.


RE: Configuring Secured SMTP server - Chuck - Jul 6th, 2009

(Jul 4th, 2009, 10:56 AM)Ben Wrote: I'll do a little digging and see if I can get it sorted out.

Ben, some of the digging has been done in this thread:

http://forums.formtools.org/showthread.php?tid=129

Chuck


RE: Configuring Secured SMTP server - Ben - Jul 11th, 2009

Chuck - brilliant, I just posted to your thread there. Excellent stuff.

xoxo - I'll play around with it today and see what I come up. Keep you posted.

- Ben


RE: Configuring Secured SMTP server - xoxo - Jul 11th, 2009

Nice! Thank you! :-)


RE: Configuring Secured SMTP server - Ben - Jul 11th, 2009

xoxo - I have a new version available that lets you configure SSL through the module UI. However, I'm not sure it'll solve the current problem you're having, since I haven't been able to reproduce it yet.

If possible, could I get access to debug the problem on your server first-hand? No worries if not, but let me know! Also - email me to get the latest version of the module (ben.keen@gmail.com); I haven't released it publicly yet.

- Ben


RE: Configuring Secured SMTP server - xoxo - Jul 12th, 2009

Thank you Ben, email sent. :-)


RE: Configuring Secured SMTP server - Venus143 - Oct 4th, 2009

It seems like we are the same because I also love to use the Swift Mailer extension, but my hosting provider also only let me connect via SSL. However, I don't have an idea if is there any way to configure SMTP settings for a secured connection without modifying code?


_________________
SEO Services


RE: Configuring Secured SMTP server - LolaConacher - Aug 2nd, 2020

Forms of the tools and technique are narrated for the fitness for all chips. The margins of the means and rush my essay is argued for the fitness for the blocks for all tips for the regional slot for all individuals.