Overview
Handles outbound email delivery for PADS4: SMTP configuration, email templates, and sending transactional emails such as user invitations, alerts, and notifications.Authentication
All endpoints use the standard PADS4 session cookie. Obtain it once and reuse:Replacehttps://<your-server>with your PADS4 server address and<ServiceName>with the service path shown above.
Endpoint Reference
Request & Response Examples
POST /api/v1/mail
Request:
200 OK:
POST /api/v1/mail/ensureSmtpConfiguration
Request:
200 OK:
POST /api/v1/mail/testSmtpConnection
Request:
200 OK:

