tsgrp / HPI

OpenContent Management Suite (OCMS)
http://www.tsgrp.com/products
17 stars 5 forks source link

Add Ability to Override From Address for all Emails #2398

Closed abrown45 closed 3 years ago

abrown45 commented 3 years ago

Enhancement

Add a flag that allows an environment to send out all emails from a specified email address. Use the default from email address on the smtp property for all emails.

abrown45 commented 3 years ago

@gsteimer not sure the milestone here. should be 3.4.3.1 of PaaS

abrown45 commented 3 years ago

OC Commit 26784 SENDER EMAIL ADDRESS ALWAYS DEFAULT FROM - code update to make all emails sent from the application from the same email address. This email sender is set by property oc.email.smtp.default.from. To turn on this feature set this property and set oc.email.smtp.default.from.overrideWithDefault to true. GH: https://github.com/tsgrp/HPI/issues/2398

CR: dgrumieaux, aking, gsteimer