Page 1 of 1

How to configure email?

Posted: 28 Jan 2016, 09:41
by joakim
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.

Re: How to configure email?

Posted: 28 Jan 2016, 09:47
by aimeos
joakim wrote:Aimeos won't send confirmation to customer after an order is made.
Did you've set up the necessary scheduler tasks?
https://aimeos.org/docs/TYPO3/Install_A ... uler_tasks
joakim wrote:Also, I would like it to send email to shop owner whenever an order is made.
https://aimeos.org/docs/Configuration/C ... tml#E-mail
joakim wrote:I can't find anywhere to configure email settings for aimeos typo3.
You have to do that in the Aimeos scheduler task and also add the configuration in the TypoScript field of the scheduler task.

Re: How to configure email?

Posted: 28 Jan 2016, 11:24
by joakim
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?

Re: How to configure email?

Posted: 28 Jan 2016, 12:40
by aimeos
joakim wrote:Using Aimeos 2.4.0 on Typo3 6.2.15.
Please update to the latest Aimeos version first (2.4.3 at the moment). There have been some fixes regarding e-mails.
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?
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).

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.

Re: How to configure email?

Posted: 02 Feb 2016, 09:38
by joakim
I tried setting in scheduler typoscript field:

Code: Select all

plugin.tx_aimeos.settings.client.html.email.bcc-email = post@mywebshop.com
However it doesn't receive any mail. Only customer receives mail.

Re: How to configure email?

Posted: 02 Feb 2016, 11:26
by aimeos
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.