Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 674 Bytes

email.md

File metadata and controls

30 lines (18 loc) · 674 Bytes
title summary
Email
/api/email endpoints.

Email

/api/email endpoints.

DELETE /api/email/

Clear all email related settings. You must be a superuser or have setting permission to do this.

POST /api/email/test

Send a test email using the SMTP Settings. You must be a superuser or have setting permission to do this. Returns {:ok true} if we were able to send the message successfully, otherwise a standard 400 error response.

PUT /api/email/

Update multiple email Settings. You must be a superuser or have setting permission to do this.

PARAMS:

  • settings map

<< Back to API index