How to configure email?
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!
Always add your TYPO3, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
How to configure email?
Aimeos won't send confirmation to customer after an order is made.
Also, I would like it to send email to shop owner whenever an order is made.
I can't find anywhere to configure email settings for aimeos typo3.
Also, I would like it to send email to shop owner whenever an order is made.
I can't find anywhere to configure email settings for aimeos typo3.
Re: How to configure email?
Did you've set up the necessary scheduler tasks?joakim wrote:Aimeos won't send confirmation to customer after an order is made.
https://aimeos.org/docs/TYPO3/Install_A ... uler_tasks
https://aimeos.org/docs/Configuration/C ... tml#E-mailjoakim wrote:Also, I would like it to send email to shop owner whenever an order is made.
You have to do that in the Aimeos scheduler task and also add the configuration in the TypoScript field of the scheduler task.joakim wrote:I can't find anywhere to configure email settings for aimeos typo3.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos,
give us a star
If you like Aimeos,

Re: How to configure email?
Using Aimeos 2.4.0 on Typo3 6.2.15.
What should I fill for "Argument: jobs"? I can't find jobs reference in docs.
How can I fill multi-line typoscript in "Argument: tsconfig" it's a single-line textfield?
What should I fill for "Argument: jobs"? I can't find jobs reference in docs.
How can I fill multi-line typoscript in "Argument: tsconfig" it's a single-line textfield?
Re: How to configure email?
Please update to the latest Aimeos version first (2.4.3 at the moment). There have been some fixes regarding e-mails.joakim wrote:Using Aimeos 2.4.0 on Typo3 6.2.15.
After the update, you should use the normal Aimeos e-mail scheduler task instead of the task based on Extbase, because the Extbase task doesn't allow to add multi-line TypoScript (problem in TYPO3).joakim wrote: What should I fill for "Argument: jobs"? I can't find jobs reference in docs.
How can I fill multi-line typoscript in "Argument: tsconfig" it's a single-line textfield?
The e-mail scheduler task can send e-mails for 6.2 too but can't create links to the products within the e-mail (another bug within TYPO3). But it's the best option now for 6.2 and 7.x versions.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos,
give us a star
If you like Aimeos,

Re: How to configure email?
I tried setting in scheduler typoscript field:
However it doesn't receive any mail. Only customer receives mail.
Code: Select all
plugin.tx_aimeos.settings.client.html.email.bcc-email = post@mywebshop.com
Re: How to configure email?
Your TypoScript setting is correct. Tried the same in the demo and it worked as expected.
The problem must be somewhere else in your case.
The problem must be somewhere else in your case.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos,
give us a star
If you like Aimeos,
