You've already forked AstralRinth
forked from didirus/AstralRinth
fix: fixed wrong email address (#3884)
* Fix wrong email address Signed-off-by: Ken <131881470+Keniis0712@users.noreply.github.com> * Decouple SMTP auth identity from message sender Signed-off-by: Ken <131881470+Keniis0712@users.noreply.github.com> * Add new configurations to .env file Signed-off-by: Ken <131881470+Keniis0712@users.noreply.github.com> * Update mod.rs Signed-off-by: Ken <131881470+Keniis0712@users.noreply.github.com> * Remove unused import Signed-off-by: Ken <131881470+Keniis0712@users.noreply.github.com> * Give SMTP_FROM_ADDRESS a default value Co-authored-by: Alejandro González <7822554+AlexTMjugador@users.noreply.github.com> Signed-off-by: Ken <131881470+Keniis0712@users.noreply.github.com> * Add the correct host name Signed-off-by: Ken <131881470+Keniis0712@users.noreply.github.com> * Fix CI failure Signed-off-by: Ken <131881470+Keniis0712@users.noreply.github.com> * Update mod.rs Signed-off-by: Ken <131881470+Keniis0712@users.noreply.github.com> --------- Signed-off-by: Ken <131881470+Keniis0712@users.noreply.github.com> Co-authored-by: Alejandro González <7822554+AlexTMjugador@users.noreply.github.com> Co-authored-by: Emma Alexia <emma@modrinth.com>
This commit is contained in:
@@ -85,6 +85,8 @@ TREMENDOUS_CAMPAIGN_ID=none
|
||||
|
||||
HCAPTCHA_SECRET=none
|
||||
|
||||
SMTP_FROM_NAME=Modrinth
|
||||
SMTP_FROM_ADDRESS=no-reply@mail.modrinth.com
|
||||
SMTP_USERNAME=none
|
||||
SMTP_PASSWORD=none
|
||||
SMTP_HOST=none
|
||||
|
||||
Reference in New Issue
Block a user