Feature #117250
Agency TOP| Add CC mail
Status: | Fixed in Live | Start date: | 12/27/2021 | |
---|---|---|---|---|
Priority: | Normal | Due date: | 12/28/2021 | |
Assignee: | Shibin Suresh | % Done: | 100% | |
Category: | Feature | Spent time: | 2.50 hours | |
Target version: | - | |||
End_Date: | 12/28/2021 | Areas Affected: | ||
remarks: | Files Changed: | B2Bweb/Areas/AdminWeb/Controllers/UserController.cs
B2Bweb/Code/SendMail.Admin.cs CommonProjects/Common/Settings.cs |
||
DB Changes: | Initial Planned Hours: | 3 | ||
Keys & Permissions: | <add key="Agencytopupemailcc" value="" /> |
Description
Agency TOP| Add CC mail
Right now , when a agency top up is done, a Mail is sent tot he email address configured for that agency.
So we need this email to send to other email ids also as CC..
Create a config key [agencytopupemailcc] which support comma formatted multiple emails.
History
#1 Updated by Nithin George over 3 years ago
- File 117250.png added
- File Notification Agency Top Up PaymentSuccessfull.eml added
- Due date set to 12/28/2021
- Status changed from New to Fixed not Tested
- Assignee set to Nithin George
- % Done changed from 0 to 100
- End_Date set to 12/28/2021
- Keys & Permissions set to <add key="Agencytopupemailcc" value="" />
- Files Changed set to B2Bweb/Areas/AdminWeb/Controllers/UserController.cs B2Bweb/Code/SendMail.Admin.cs CommonProjects/Common/Settings.cs
Updated the mail sent option, after success the topup. Please find the attached
<add key="ChangeNotificationMailToBCC" value="true" /> - In case this key true then mail sent as BCC.
#2 Updated by Bejesh R over 3 years ago
- File trip.png added
- Status changed from Fixed not Tested to For Review
- Assignee changed from Nithin George to Shibin Suresh
<add key="Agencytopupemailcc" value="deepak.r@caxita.com,deak1234@mailinator.com" />
<add key="ChangeNotificationMailToBCC" value="true" />
Issue is fixed and now the mail is received successfully to the mentioned mail ids..
Please find the attachment
#3 Updated by Shibin Suresh over 3 years ago
- Status changed from For Review to Fixed in Live