looks like you forgot ssl:/ as protocol in the settings.
See example here https://abantecart.atlassian.net/wiki/spaces/AD/pages/7372837/Mail+Settings
See example here https://abantecart.atlassian.net/wiki/spaces/AD/pages/7372837/Mail+Settings
AbanteCart v1.4.4 is released.

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts MenuQuote from: yonghan79 on May 09, 2025, 05:03:53 AM
Hi Core Devs,
I've noticed that the stripe_customers, stripe_orders, and task_steps tables were not converted to the InnoDB engine during the upgrade process.
Was this intentional?
Quote from: perplexed on May 05, 2025, 11:15:07 AM
I am also working through problems with upgrade (1.4.2), permissions, as well as ftp unable to log on etc. Abantecart needs to create a better system for upgrading through hosting sites (A2webhosting) if I find anything substantial I will post again....in the mean-time I am also stuck in the ditch....
Quote from: G. O. on May 02, 2025, 01:00:02 PM
Hello,
I tired to upgrading from V.1.4.1 to V. 1.4.2 but i couldn't and got next error log and screenshot.
2025-05-02 19:54:07 - Unknown Error: AbanteCart core v.1.4.1 SQL-ERROR: "array (
'error_text' => 'Can\'t DROP INDEX `fuw2_lang_definition_idx`; check that it exists',
'errno' => 1091,
)" in /core/lib/package_manager.php on line 832
What shall I do in my case?
Quote from: gskidmark on May 01, 2025, 12:44:48 PM
Sorry if I'm missing something but I have permissions set properly according to that article.
php files set to 644
folders set to 755
Should I just turn off message notifications? Or is there actually something incorrect about my permission settings?
// details about allowed DSN settings https://symfony.com/doc/6.0/mailer.html#transport-setup
const MAILER = [
//'dsn' => null,
// OR
'protocol' => 'smtp', // or ses+smtp, gmail+smtp, mandrill+smtp, mailgun+smtp, mailjet+smtp, postmark+smtp, sendgrid+smtp, sendinblue+smtp, ohmysmtp+smtp
//we use "username" also as ID, KEY, API_TOKEN, ACCESS_KEY
'username' => 'merchant@yourdomain.com',
'password' => '****super-secret-password****',
'host' => 'your-hostname',
'port' => 465 //or 587 etc
];Quote from: lovue on April 15, 2025, 11:48:41 AM
disable_functions exec,passthru,shell_exec,system exec,passthru,shell_exec,system
sendmail_from no value no value
sendmail_path /usr/sbin/sendmail -t -i /usr/sbin/sendmail -t -i
The setting for mailer is inner mailer