Kryptronic Software Support Forum

You are viewing this forum as a guest. Login to an existing account, or create a new account, to reply to topics and to create new topics.

#1 04-30-2024 09:42:39

KryptSupport
Member
Registered: 04-29-2024
Posts: 77

SMTP Setup

NOTE: This post was created on 2023-08-09 on the Kryptronic eCommerce Community facebook page, which has been replaced with this forum.  All facebook support content was migrated into this forum in April 2024.

Anthony:

SMTP setup: I use Hostinger for my server and K( is the same as K8: I cannot get the SMTP installation setting to work, it either throws up an error, or if I use a secure port it times out in the installer script. Any ideas?

Rob:

The settings I have are:

$config['core.mail_mailtype'] = 'smtp';
$config['core.mail_sendmail'] = '';
$config['core.mail_host'] = 'localhost';
$config['core.mail_port'] = '25';
$config['core.mail_user'] = '';
$config['core.mail_pass'] = '';

Working on a couple of different hosting providers - no idea about Hostinger.

Nick:

Contact the host to see if they use a special port. Sometimes it's limited to 587, sometimes other ports. If secure connections are required, you may need to adjust config. Here's an older article on setting up our software to connect to google mail, and some of the info here may be applicable:

https://kryptronic.com/blog/2014/05/sit … mail-smtp/

Further, why not just select and use sendmail and be done with it?

Offline

 

Board footer