How to configure email?

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!
joakim
Posts: 16
Joined: 28 Jan 2016, 09:38

How to configure email?

Post by joakim » 28 Jan 2016, 09:41

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.

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

Re: How to configure email?

Post by aimeos » 28 Jan 2016, 09:47

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

joakim
Posts: 16
Joined: 28 Jan 2016, 09:38

Re: How to configure email?

Post by joakim » 28 Jan 2016, 11:24

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?

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

Re: How to configure email?

Post by aimeos » 28 Jan 2016, 12:40

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

joakim
Posts: 16
Joined: 28 Jan 2016, 09:38

Re: How to configure email?

Post by joakim » 02 Feb 2016, 09:38

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.

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

Re: How to configure email?

Post by aimeos » 02 Feb 2016, 11:26

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

Post Reply