Aimeos and sendmail

Questions around the TYPO3 integration and plugins
Forum rules
Always add your TYPO3, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
Stefan80
Posts: 42
Joined: 27 Nov 2017, 09:57

Aimeos and sendmail

Post by Stefan80 » 23 Feb 2018, 09:58

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

User avatar
aimeos
Administrator
Posts: 7873
Joined: 01 Jan 1970, 00:00

Re: Aimeos and sendmail

Post by aimeos » 23 Feb 2018, 23:15

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.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Stefan80
Posts: 42
Joined: 27 Nov 2017, 09:57

Re: Aimeos and sendmail

Post by Stefan80 » 26 Feb 2018, 08:13

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?

User avatar
aimeos
Administrator
Posts: 7873
Joined: 01 Jan 1970, 00:00

Re: Aimeos and sendmail

Post by aimeos » 26 Feb 2018, 23:12

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.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply