PART A - Development work for this case has been completed. 1. The change will be available in version: 15.50 2. The following changes were made (Include Database object names, Program classes, and any other relevant information): - Added the following settings at a company level. See figure 1 below.
- Removed configuration named "Mail_From_Address" as we need to use "EMail.SmtpUsername". When these two dont match, mail ends up in spam.
- If the setting "EMail.SmtpHost" is left blank, the mail settings wil be picked up from the "web.config" file (see documentation)
3. Affected Areas: - Email Notifications
- Email Reports
4. The issue was caused by: - Enhancement
5. Other Relevant Notes: 6. Next Step (Review and System Test (Developer) -> UAT (Quality) -> Documentation): UAT Figure 1 - New Mail settings by company
Rule Code | Rule Description | Value |
EMail.SmtpHost | Email SMTP. Host used to send emails. E.g. "smtp.gmail.com" or "smtp.office365.com". If left blank, Mail Settings in the "web.config" file will be used to send emails. | smtp.gmail.com |
EMail.SmtpPort | Email SMTP. Port used to send emails. E.g. 587 | 587 |
EMail.SmtpUsername | Email SMTP. Username used for authentication. E.g. "NoReply@LinkTechnologies.com" | NoReply.LinkTechnologies@gmail.com |
EMail.SmtpPassword | Email SMTP. Password or application token used by your mail host for authentication | xxxxxxxxxxxxx |
EMail.SmtpEnableSsl | Email SMTP. Enable Ssl. Set to "Y" if you EMail Host requires SSL | Y |
EMail.SmtpDefaultCredentials | Email SMTP. Use Default Credentials. Set to "No" if you are specifying Username and Password. Set to "Yes" if the current user credentials will be used as EMail Credentials | N |
EMail.SmtpDisplayName | Email SMTP. Email Display Name to use whne emails are sent out | NoReply. Link Technologies - Demo |
|