hybridinteractive / craft-contact-form-extensions

Adds extensions to the Craft CMS contact form plugin.
MIT License
42 stars 35 forks source link

Honor the overridden Craft mailer component #188

Open nstCactus opened 5 months ago

nstCactus commented 5 months ago

Although niche, it is a valid use case to override the Craft mailer component (see https://craftcms.com/docs/3.x/config/#mailer-component). In such cases, the plugin doesn't honor the from property of the overridden mailer component and instead forces the use of the email settings from project config (set in the control panel).

This PR corrects this behavior by always using the from property of the mailer component: