Hey, So I have set a Custom SMTP Server and it said that it successfully updated it but when I try to make a Magic URL via Go-SDK it says "SMTP disabled":
Code to Generate MagicURL:
TypeScript
Account := appwrite.NewAccount(backend.Client)
session, err := Account.CreateMagicURLToken(id.Unique(), email)
if err != nil {
http.Error(w, err.Error(), http.StatusInternalServerError)
slog.Error("Error creating session", "error", err)
return
}
Did I do something wrong or is there anything else I need to enable
TL;DR
Users are experiencing an issue with SMTP settings even though a custom SMTP server is successfully updated. When trying to generate a Magic URL using Go-SDK, it shows "SMTP disabled." To resolve, developers need to check if the SMTP server is enabled in the system settings.here my SMTP Settings
Recommended threads
- Self-host migration from 1.8.X
Is it safe to now migrate from 1.7.4 to 1.8.X on my selfhost?
- DeploymentStatus enum value `canceled` m...
Hey, Sorry if it has been reported already, I found an issue using the Dart SDK where the `canceled` enum value is missing from `DeploymentStatus`. This causes...
- payment
I’ve never used this service. I remember signing up a long time ago but completely forgot about it. I’ve been receiving emails, but since the payments were fai...