kblincoe / QualOpt_SE701

2 stars 15 forks source link

Fix registration email exception #37

Open softeng-701 opened 6 years ago

softeng-701 commented 6 years ago

Currently, the registration email does not send as there is an authentication exception from the Google API. This will need to be fixed before anyone can register their own accounts rather than just using the default account.

xavier630 commented 6 years ago

Xavier from Git Better here. I'll try to fix this.

xavier630 commented 6 years ago

@softeng-701 Hi, I'm currently working on this. The issue is that the authentication fails when trying to send the email through gmail. As far as I can tell, it's because the account doesn't exist as a gmail account: image My solution that I want to try is to create a gmail account for qualopt and send the emails from that address. Is this okay to do?