Files
Arvindh 67180a55f7 NOISSUE - Update Errors (#374)
* update MG errors

Signed-off-by: Arvindh <arvindh91@gmail.com>

* update MG errors

Signed-off-by: Arvindh <arvindh91@gmail.com>

* sync with supermq main

Signed-off-by: Arvindh <arvindh91@gmail.com>

* update MG errors

Signed-off-by: Arvindh <arvindh91@gmail.com>

---------

Signed-off-by: Arvindh <arvindh91@gmail.com>
2025-12-31 16:57:06 +01:00
..
2023-11-17 12:37:30 +01:00
2025-12-31 16:57:06 +01:00
2023-10-26 12:50:56 +02:00

Magistrala Email Agent

Magistrala Email Agent is used for sending emails. It wraps basic SMTP features and provides a simple API that Magistrala services can use to send email notifications.

Configuration

Magistrala Email Agent is configured using the following configuration parameters:

Parameter Description
MG_EMAIL_HOST Mail server host
MG_EMAIL_PORT Mail server port
MG_EMAIL_USERNAME Mail server username
MG_EMAIL_PASSWORD Mail server password
MG_EMAIL_FROM_ADDRESS Email "from" address
MG_EMAIL_FROM_NAME Email "from" name
MG_EMAIL_TEMPLATE Email template for sending notification emails

There are two authentication methods supported: Basic Auth and CRAM-MD5. If MG_EMAIL_USERNAME is empty, no authentication will be used.