Send Email
As Application, I want to send an Email to a User.
c.SendEmailToUser
~c.SendEmailToUser~uncvrd1❓: Initiate sending an email to a user- Workspace:
sys.UserProfileWS - AuthZ:
role.Application - Params
- To: Email address of the user
- Subject
- Body
- BodyMime: MIME type of the body, e.g.
text/plain,text/html
- Errors
- Behavior:
- The first non-empty value is used as email address:
descr.sys.UserProfileWS.UserProfile.Emailfield- User's login
- Triggers
ap.sys.UserProfileWS.ApplySendEmailto send an email to the user using an appropriate storage
- The first non-empty value is used as email address:
ap.ApplySendEmail
~ap.ApplySendEmail~uncvrd4❓: Send an email to a user- Workspace:
sys.UserProfileWS - Triggered by:
c.SendEmailToUser - Behavior:
- Sends an email to the user using an appropriate storage based on the command parameters
- ??? What if the storage fails permanently?