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:
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
here my SMTP Settings
Recommended threads
- OAuth Invalid Success URL
I am trying to setup OAuth and this would be my configuration on Google: My OAuth Link: ``` "https://accounts.google.com/o/oauth2/v2/auth? client_id=(client_id...
- Use Server SDK for Authentication
Hey, I want to make a User-Login with GoLang x AppWrite and wanted to ask if that is even possible with the Server SDK or if I'd have to call the Rest-API manua...
- Functions: Cannot be parsed as a URL Err...
Hi, I've recently updated my self hosted instance to version 1.6.0. Since then all my appwrite functions are failing with this errror: ``` TypeError: "http://--...