[web] support email sender customization for email notifications (#33035)
GitOrigin-RevId: 9aa298c233c1f314ef3bdb381c20692bd0d4e212
This commit is contained in:
@@ -97,7 +97,7 @@ async function sendEmail(options, emailType) {
|
||||
metrics.inc('email')
|
||||
const sendMailOptions = {
|
||||
to: options.to,
|
||||
from: EMAIL_SETTINGS.fromAddress || '',
|
||||
from: options.from || EMAIL_SETTINGS.fromAddress || '',
|
||||
subject: options.subject,
|
||||
html: options.html,
|
||||
text: options.text,
|
||||
|
||||
Reference in New Issue
Block a user