No delivered email and no bcc and deliverd mail not send

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!
Shopmister
Posts: 92
Joined: 15 Jan 2021, 11:02

No delivered email and no bcc and deliverd mail not send

Post by Shopmister » 16 Mar 2022, 07:24

1) it send no delivered email (4).
in progess, buyed, new account mail etc. are sending, but the deliverd mail not sent. How i can configure whatss the text of this mail?
i thought in earlier versions the delivered mail was send, but maybe im false :)

Thanks :)

2) I have problems with the bcc mail, i tryed in scheduler minute task:
i tryed these
plugin.tx_aimeos.settings.client.html.email.bcc = testemail....

email and other things

And it dont works.

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

Re: No delivered email and no bcc and deliverd mail not send

Post by aimeos » 18 Mar 2022, 07:30

Shopmister wrote: 16 Mar 2022, 07:24 1) it send no delivered email (4).
Did you add the job for sending the delivery e-mail to the scheduler task?
Shopmister wrote: 16 Mar 2022, 07:24 2) I have problems with the bcc mail, i tryed in scheduler minute task:
i tryed these
plugin.tx_aimeos.settings.client.html.email.bcc = testemail....
This is a bug in the new Symfony Mailer TYPO3 is using and workarounds are described here:
https://github.com/aimeos/aimeos-typo3/issues/164
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Shopmister
Posts: 92
Joined: 15 Jan 2021, 11:02

Re: No delivered email and no bcc and deliverd mail not send

Post by Shopmister » 19 Mar 2022, 07:27

1)
Did you add the job for sending the delivery e-mail to the scheduler task?
I didnt understand what to do. I tryed some things like you see from doku here:

Delivery

Delivery e-mails are sent out by the order/email/delivery job after the delivery status of an order has changed. The available order delivery status values are :

STAT_UNFINISHED (-1)
STAT_DELETED (0)
STAT_PENDING (1)
STAT_PROGRESS (2)
STAT_DISPATCHED (3)
STAT_DELIVERED (4)
STAT_LOST (5)
STAT_REFUSED (6)
STAT_RETURNED (7)

For each of these delivery status values you are able to send out an e-mail to the customers informing them about the delivery status change. For which status changes e-mails are sent is configured via the controller/jobs/order/email/delivery/status setting.

2) I dont understand what to do, but how i can use the new Email delivery service provider for dont have to fix from this workaround link?
There's a workaround mentioned: https://forge.typo3.org/issues/92354

Also, you can use the new Email delivery service provider to send order e-mails to shop owners (and adapt the e-mail to your needs).

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

Re: No delivered email and no bcc and deliverd mail not send

Post by aimeos » 22 Mar 2022, 08:15

Shopmister wrote: 19 Mar 2022, 07:27
Did you add the job for sending the delivery e-mail to the scheduler task?
I didnt understand what to do. I tryed some things like you see from doku here:
Read here: https://aimeos.org/docs/latest/typo3/setup/#cronjobs
Shopmister wrote: 19 Mar 2022, 07:27 Also, you can use the new Email delivery service provider to send order e-mails to shop owners (and adapt the e-mail to your needs).
Yes
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply