System Configuration
Custom Icons

Webhook for Receiving Emails
Functions such as Reset Password and Invite External Users in SIRP rely on email sending. Users can configure a Webhook to receive these emails.
For configuration method, refer to Custom Integration Webhook for Receiving Emails.
Content of the appextensions.json file. Replace 192.168.241.1:7000 with the ASP deployment server IP and port.
json
{
"WebhookUrl": "http://192.168.241.1:7000/api/v1/webhook/nocolymail",
"WebhookHeaders": {}
}ASP logs will print the email content.