You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
No friend, sendportal does not use the Laravel configurations for its services since they have their own sender which is built with the variables loaded from the DB.
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.The text was updated successfully, but these errors were encountered: