Refactored email service to use in-house RevDotNet solution. Added logging. Replaced sending of OI note on email send failure with mona critical status instead.

This commit is contained in:
Infineon\StieberD
2025-01-08 14:10:12 -07:00
parent dd178e1251
commit 0e51db912a
3 changed files with 105 additions and 55 deletions

View File

@ -520,6 +520,13 @@ Service GetProveInApiUrl()
end service
Service GetIfxEmailServer()
Response = 'smtp.intra.infineon.com'
end service
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// Internal GoSubs
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////