Working with Flask-Security & able to send email when user registers but not sure how to change the default message. I thought it would be in core.py where I see
'SEND_REGISTER_EMAIL': True,
'EMAIL_SUBJECT_REGISTER': 'Welcome'
but nothing in the default messages section about register. Currently the email being sent has 'Welcome' as the subject & 'Welcome user@email.com' for the body. Am I missing something in core.py, supposed to use Flask-Mail or something else...