You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add SMTP info under custom SMTP namespace in config/site.yml, e.g.
smtp_settings:
server: [same address used in Part 1]
username: [same username used in Part 1]
password: [same password used in Part 1]
port: [same port used in Part 1]
Visit the Reset Password page (reset_password.liquid) and enter email address of user created in step 3 (the page alert will report successful email sending)
Check email account and confirm non-receipt of password_reset_instructions email
The text was updated successfully, but these errors were encountered:
Steps to reproduce this issue:
Part 1 - Test Default SMTP Namespace
auth
folder (User Authentication site)Part 2 - Set Up & Test Custom SMTP Namespace
The text was updated successfully, but these errors were encountered: