kids-first / kf-persona

kids-first persona implementation
Apache License 2.0
0 stars 0 forks source link

Fix email transporter (report member) #77

Open evans-g-crsj opened 4 years ago

evans-g-crsj commented 4 years ago

When a user report another member, an email is sent to the support team.

A transporter (smtp server) is needed to relay the email. The in place doesn't seem to work (gmail). At least, the credentials are incorrect.

Use correct transporter to make sure that the emails are sent to support.

evans-g-crsj commented 4 years ago

Since Persona is considered a "less secure app" by Google emails are not sent. Persona should be secured in order to go foward with this ticket.

Discussion with Alex "so it is seems like the password and email are correct for the google account. The issue is google blocks sending email attempts because it considers Persona “less secure app” I did turn on the support of “less secure apps”, however, that still does not work. I think, it might be the time to move persona to use OAuth"