sendportal
sendportal copied to clipboard
AWS SES Mail Config Options
This is more of a feature request but can there be the possibility to either load config options from the services.php file for aws ses mail setup or a json field that appends to the config of the email service for the ses adapter through the form?
Basically, I want to be able to add some ses config options to my ses email service such as reply to addresses. Currently, even though I added those config options to my services.php
. It looks like the sesmailadapter does not use those config options probably to avoid conflict with the options in the application itself but this is a really needed feature because not every config option is covered in the form to add a new email service and for mail adapters like ses, there can be extra useful options that one needs to be configured.
I also tried setting a global reply to address to my mail.php
config but it seems that sendportal core also does not pick it up.