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 will allow postal users send emails using the header parameter as verification for the MTA instead of the FROM.
This will enable users achieve proxy mailing. Example sent from kojo@example.com via mailer.absolute.com.
The text was updated successfully, but these errors were encountered:
xelasax
changed the title
Include sender in header for PostalAdapter
[Feature Request ]Include sender in header for PostalAdapter
Jan 9, 2023
xelasax
changed the title
[Feature Request ]Include sender in header for PostalAdapter
[enhancement]Include sender in header for PostalAdapter
Jan 9, 2023
If a settings param by name
default_mail_sender
exist or is not empty or null, it should be assigned to the header variable in the postal api.This should come before the
Also a modification to
resources/views/email_services/options/postal.blade.php
to includedefault_mail_sender
+ <x-sendportal.text-field name="settings[default_mail_sender]" :label="__('Default Sender Address')" :value="Arr::get($settings ?? [], 'default_mail_sender')" autocomplete="off" />
This will allow postal users send emails using the header parameter as verification for the MTA instead of the FROM.
This will enable users achieve proxy mailing. Example
sent from kojo@example.com via mailer.absolute.com
.The text was updated successfully, but these errors were encountered: