Back to Forum Home Page

You must be a registered user (on-premise or cloud) to add any post. To get access, enter your registered Emaill address below and we will email you the access token. Enter your token along with your email address to add the post. You can use your last received token if you have already generated one.

Q. How to get access to FlinkISO Forum?

Ans:In order to able to post, you must be a registered user either with FlinkISO either On-premise or Cloud. You can login to the forum via using your email address, which you or your administrator used duing the registration on the websile. Once you have the email address, use the same email addres and generate a token. We will send you the token on the same email address. Use that token along with the email address to login. You can read posts without login.

Home > Application Installation

Email SMTP Timeout


Hello,

I've recently set up the on-premise FlinkISO installation (for the 2nd time, as the 1st time didn't work as well as I wanted it to and now it's on a VM), and everything works perfectly except for the SMTP email configuration.

The output after I've tried sending a test mail looks like this:

SocketException: SMTP timeout. in /opt/lampp/htdocs/flinkiso/lib/Cake/Network/Email/SmtpTransport.php:362
Stack trace:
#0 /opt/lampp/htdocs/flinkiso/lib/Cake/Network/Email/SmtpTransport.php(149): SmtpTransport->_smtpSend(NULL, '220')
#1 /opt/lampp/htdocs/flinkiso/lib/Cake/Network/Email/SmtpTransport.php(86): SmtpTransport->_connect()
#2 /opt/lampp/htdocs/flinkiso/lib/Cake/Network/Email/CakeEmail.php(1183): SmtpTransport->send(Object(CakeEmail))
#3 /opt/lampp/htdocs/flinkiso/app/Controller/SettingsController.php(165): CakeEmail->send('Email test succ...')
#4 [internal function]: SettingsController->smtp_details()
#5 /opt/lampp/htdocs/flinkiso/lib/Cake/Controller/Controller.php(500): ReflectionMethod->invokeArgs(Object(SettingsController), Array)
#6 /opt/lampp/htdocs/flinkiso/lib/Cake/Routing/Dispatcher.php(193): Controller->invokeAction(Object(CakeRequest))
#7 /opt/lampp/htdocs/flinkiso/lib/Cake/Routing/Dispatcher.php(167): Dispatcher->_invoke(Object(SettingsController), Object(CakeRequest))
#8 /opt/lampp/htdocs/flinkiso/app/webroot/index.php(115): Dispatcher->dispatch(Object(CakeRequest), Object(CakeResponse))
#9 {main}            

I've triple-checked for if I've made any mistakes in the email.php configuration, however it's exactly the same as in the on-premise installation page, excluding my login parameters which I've also checked. I've also tried to change up the parameters differently in the config to no avail.

Any help would be greatly appreciated.

on 7/8/24 | Open | By: Jan Sznyk

I've solved the problem.

Turns out I've just had to change the port 465 to port 587, works perfectly after that.

on 8/8/24 | By: Jan Sznyk