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
- Urgent Help
Hello Appwrite team, I urgently need your help. I am the founder of OnBuch, an EdTech application used by around 10,000 users in Cameroon. In the last two day...
- How to use dart workspaces to deploy a f...
Hello, I'm developing a Flutter application and I would like to leverage dart pub workspaces to deploy a function with a dart runtime as advertised here : http...
- Migration from Cloud to Self-Hosted not ...
Hello Appwrite Community, I've got the problem, that when I try to migrate my Appwrite Project from the cloud to my self-hosted Appwrite, that an API Key is mi...