Different email-from values
Forum rules
Always add your Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
Always add your Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
Different email-from values
Hi Aimeos-Team,
we need different emails-from(-name) - values in the email-jobs.
e.g:
Is there a way to do this, and especially for multi-shop configuration (but this can be done via TYPO3/Typoscript config)?
And as an fallback, can be used the email from the site config?
As I can see there is only one value that is used from resource.php, and this is not nice for multishop environment
Thanks a lot!
we need different emails-from(-name) - values in the email-jobs.
e.g:
Code: Select all
controller/jobs/order/email/delivery/from-email
controller/jobs/order/email/delivery/from-name
controller/jobs/order/email/payment/from-email
controller/jobs/order/email/apyment/from-name
...
And as an fallback, can be used the email from the site config?
As I can see there is only one value that is used from resource.php, and this is not nice for multishop environment
Code: Select all
'email' => [
'from-email' => contact@domain.net',
'from-name' => 'Contact for domain.net'
]
Thanks a lot!
Re: Different email-from values
Currently, only one "From" address (from resource/email/from-email) is possible and you need to overwrites the "From" address in the send() method of each cronjob.
E-Mail addresses can be already site specific when you set the e-mail address in the Settings panel of the admin backend. You can make your e-mail addresses for each job controller site specific too if you add them in the config table of the site items in the Locale > Site panel.
E-Mail addresses can be already site specific when you set the e-mail address in the Settings panel of the admin backend. You can make your e-mail addresses for each job controller site specific too if you add them in the config table of the site items in the Locale > Site panel.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos,
give us a star
If you like Aimeos,
