-
-
Notifications
You must be signed in to change notification settings - Fork 287
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MBS-13876: Send verification emails through new mail service #3433
base: master
Are you sure you want to change the base?
Conversation
lib/MusicBrainz/Server/Email.pm
Outdated
params => { | ||
to_name => $user_name, | ||
verification_url => ${ $verification_link }, | ||
# TODO: Do we include the IP address, like with the previous email? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I can't remember, did we previously discuss removing it? I'm fine with dropping it, anyway.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated this to fix the test failures and remove the unused ip
parameter.
I did fully test it with a running mb-mail-service + local IMAP/SMTP services, and was able to verify my account with the sent email.
Converting to draft because there are even more test failures I didn't see the first time. |
Attempting to pull out relevant test failures out of the very long CircleCI test output:
...
...
|
Problem
MBS-13876
Testing
Manual testing, and updating the automated tests.