|
BEAST
|
Mailer for sending administrative emails. More...
Public Member Functions | |
| void | sendKeyApprovalRequest (String to, String subject, String uri, String message, AuthorizationRequest request) |
| Send mail when a key approval request has arrived. | |
Mailer for sending administrative emails.
| void eu.baltrad.beast.security.mail.IAdminMailer.sendKeyApprovalRequest | ( | String | to, |
| String | subject, | ||
| String | uri, | ||
| String | message, | ||
| AuthorizationRequest | request ) |
Send mail when a key approval request has arrived.
| to | the recipient of the mail |
| subject | the subject |
| uri | the uri to be shown in the mail |
| message | the message from the requestor |
| request | the actual authorization request |
Implemented in eu.baltrad.beast.security.mail.AdminMailer.