I have problem with problem with email subscription, when someone enter his email and hit signup button there was a problem, that show `failed send magic link’
I also didn’t receive any email verification when I was creating an admin account on my website.
and i didnt change any email configuration setting yet,
for hosting I use Ubuntu 22.04.2 LTS as self hosting
thanks
I have changed the configuration with mailgun and it worked, but it some cases when I try with different email it doesn’t work and return can’t send magic link again
There’s nothing obvious I see wrong with the mail section, although I recommend using StartTLS since this is the corrected method.
Incidentally, by setting rejectUnauthorized: false , you’re not verifying the server’s identity, and is not a good idea (the default is true.). Why did you add this to the config?