Page 1 of 1

Aimeos and sendmail

Posted: 23 Feb 2018, 09:58
by Stefan80
Hello,

does Aimeos support sending Email via "sendmail"?

localConfiguration.php:

Code: Select all

MAIL' => [
        'defaultMailFromAddress' => 'email@testserver.de',
        'defaultMailFromName' => 'name',
        'transport' => 'sendmail',
        'transport_sendmail_command' => '/usr/sbin/sendmail -t -i',
        'transport_smtp_encrypt' => 'tls',
        'transport_smtp_password' => 'passwordxyz',
        'transport_smtp_server' => 'mail.your-server.de:587',
        'transport_smtp_username' => 'email@testserver.de',
    ]
edit: because I went from "smtp" to "sendmail" and Aimeos doesnt sends any email

Re: Aimeos and sendmail

Posted: 23 Feb 2018, 23:15
by aimeos
Aimeos uses whatever you have configured in your TYPO3 instance. If you can send a mail from TYPO3 (you can test in the install tool), it should work in Aimeos too.

Re: Aimeos and sendmail

Posted: 26 Feb 2018, 08:13
by Stefan80
Thanks.

Problem: We changed the (hosting-) server for our site and main-email-address for sending mails to customer ... but the Aimeos-System takes the old email (gmail.com) address (root-template & scheduler reworked) ... maybe a caching problem?

Re: Aimeos and sendmail

Posted: 26 Feb 2018, 23:12
by aimeos
No, there's no caching involved. The e-mail address for sending the e-mails is in stored in the "Advanced Aimeos shop" scheduler tasks you've created.