Send Email

As Application, I want to send an Email to a User

q.sys.UserProfileWS.SendEmailToUser

  • ~q.SendEmailToUser~❓: Send an email to a user

  • Workspace: sys.UserProfileWS

  • AuthZ: role.Application

  • Params

    • To: Email address of the user

    • Subject: Email subject

    • Body: Email body

    • BodyMime: MIME type of the body, e.g. text/plain, text/html

  • Errors

    • ~err.EmailMalformed~❓: Email is malformed

    • ~err.InvalidMimeType~❓: Invalid MIME type for the body

Behavior:

  • Updates cdoc.UserProfileWS.UserProfile.Email

Last updated

Was this helpful?