How can I send emails using my own mail server in Meteor?
Looks like all I had to do, is change the MAIL_URL
environmental variable from smtp://my_domain.tld
to smtp://localhost
. After that everything worked just fine
Looks like all I had to do, is change the MAIL_URL
environmental variable from smtp://my_domain.tld
to smtp://localhost
. After that everything worked just fine