Kind: Controller
Source: Pams/Core/Pams.Core/Email/EmailManager.cs (line 20)
Part of: Pams
Where it refuses work
EmailManagerstops the work with an early return whenSendNoReplyMailWithLogo(tmpl, title, email, logoUri).EmailManagerstops the work with an early return whenSendNoReplyMailWithLogo(tmpl, emailSubject, userEmail, logoUri).
When something fails
EmailManagerhandles failure in 12 places: it turns it into a return value in 6, lets it reach the caller in 4, and discards it silently in 2. A failure discarded silently leaves no trace for whoever debugs this later.
Relationships
- MODULE_DECLARES →
GetShortURL - IMPORTS →
GlobalConfig
Used by
2 references from 2 files. Each is a place in this repository where the symbol is actually used — go read one rather than trusting an example.
Imported by (2)
PersonController—Pams/API/Pams.API/Controllers/Person/PersonController.cs:36ApplicationUserManager—Pams/Core/Pams.Security/Configuration/IdentityConfig.cs:47
Was this page helpful?