I'm testing appwrite 1.4.13 with nextjs on localhost, for development test I have smtp4dev.
_APP_SMTP_HOST=localhost _APP_SMTP_PORT=25 _APP_SMTP_SECURE=false _APP_SMTP_USERNAME= _APP_SMTP_PASSWORD= _APP_SMS_PROVIDER=
....
$telnet localhost 25 Trying ::1... Connected to localhost. Escape character is '^]'. 220 smtp4dev smtp4dev ready
On appwrite console, settings smtp, I try config
Server host: localhost
user: test
passw: test
but not working.
Could not connect to SMTP server