Page 1 of 2

E-mail configuration in TYPO3

Posted: 23 Sep 2016, 10:04
by abcdomino
Dear Experts,

I'm a newbie and need Your help.

Please advise me how can I configure e-mail settings for the Aimeos/Typo3 system
to send e-mails confirming shopping orders and registrations?
Where should I configure smtp and other e-mail settings?

Untill now I have found only these tips, but I found them not enough to configure all the e-mail...
https://aimeos.org/docs/Configuration/C ... l_settings

Please help me to start with this issue...

Bestr regards,
Dominik

Re: E-mail configuration in TYPO3

Posted: 23 Sep 2016, 12:33
by aimeos
Use the Aimeos e-mail scheduler task and select "Order payment related e-mails"/"Customer account e-mails" and execute this task frequently:
https://aimeos.org/docs/TYPO3/Install_A ... ery_minute

Aimeos uses the SMTP configuration from the TYPO3 installation.

Re: E-mail configuration in TYPO3

Posted: 24 Sep 2016, 07:31
by abcdomino
Hello and thank You very much for Your response!

Now, the smtp configuration works and e-mails are being send after I manually execute the task scheduler.
But unfortunately the scheduler does't push task automatically, instead there appears "late" remarks.

I would appreciate if You advise me how to automate executing the tasks. Please help

Best regards,
Dominik

Re: E-mail configuration in TYPO3

Posted: 24 Sep 2016, 09:45
by aimeos
You have to create a cronjob on the command line that executes ".../typo3/cli_dispatch.sh scheduler". More information about this can be found in the TYPO3 scheduler docs.

Re: E-mail configuration in TYPO3

Posted: 27 Sep 2016, 12:37
by abcdomino
Thank You for Your response.

I was trying to find some info in the documentation but I still have no clue where to find command line in Typo3.
Could You please advice?

Beest regards,
Dominik

Re: E-mail configuration in TYPO3

Posted: 27 Sep 2016, 16:05
by aimeos
It's the command line of the operating system. In Linux you can open the crontab with

Code: Select all

crontab -e
and enter something like

Code: Select all

* * * * * /var/www/myvhost/typo3/cli_dispatch.phpsh scheduler

Re: E-mail configuration in TYPO3

Posted: 28 Sep 2016, 06:43
by abcdomino
Operating system of hosting server (server console) or operating system of my pc (windows)?

Best regards,
Dominik

Re: E-mail configuration in TYPO3

Posted: 01 Oct 2016, 12:36
by abcdomino
Please help

Re: E-mail configuration in TYPO3

Posted: 02 Oct 2016, 13:56
by aimeos
In the OS of your server. This is basic administration stuff and has nothing to do with Aimeos so it might be good if you read some tutorials about that first.

Re: E-mail configuration in TYPO3

Posted: 04 Oct 2016, 11:27
by abcdomino
Hi, thank You for Your help. I've found a correct tools and have estabilished cron command executing the scheduler.

Now there is a new problem and the situation is following: the scheduler's jobs marked "Product notification e-mails" and "Order delivery related e-mails" are being executed by the Cron and seem to work, but "Order payment related e-mails" when being executed automatically the task starts and goes info "running" state, but stays in this state and doesn't do it's job. When being executed manually or if there are no orders to process the task goes to finish.

What can be wrong? What should I try? Please advice

Best regards,
Dominik