Actions
Feature proposal #7836
openCBSubs Emails and Mailer: change direct call to comprofilerMail to cbNotification
Description
Currently both CBSubs Emails and Mailer is calling comprofilerMail directly instead of going through cbNotification. This causes the email footer to be missing. Change this to use cbNotification as it doesn't appear necessary to be calling comprofilerMail directly since sendUserEmailFromEmail function can be used to specify custom from name and address.
Updated by krileon almost 5 years ago
- Tracker changed from Bug to Feature proposal
Updated by krileon almost 5 years ago
- Subject changed from CBSubs Emails: change direct call to comprofilerMail to cbNotification to CBSubs Emails and Mailer: change direct call to comprofilerMail to cbNotification
- Description updated (diff)
Updated by beat almost 5 years ago
- If we use cbNotification instead of comprofilerMail then we don't have control on the footer. So we would need to add yet another parameter, and make it default OFF for existing configurations to not change the emails being sent out.
- On the other side it would allow PMSes in addition of mails. Yet again one more configuration parameter!
Actions