Claas.shOriginal post
Rank 1: Thread
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:
Go
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
Summary
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.