Replies: 1 comment 3 replies
-
You need to configure the Mail gem with a valid delivery method. Mail.defaults do
delivery_method :smtp, ...
end |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I just tried to create a new account... and I get a ECONNREFUSED for localhost port 25:
How do I configure the settings for the MTA that Rodauth will pass the email over to?
Beta Was this translation helpful? Give feedback.
All reactions