Closed will-molloy closed 6 years ago
Firewall for some antiviruses (E.g. avast) was blocking the email from being sent.
@wilmol This should fix it:
props.put("mail.smtp.ssl.trust", "smtp.gmail.com");
In the StudyService
, method: getUserEmailSession()
Not sure about the impact of this from a security point of view
@wilmol Please resolve the conflicts asap, thank you.
@softeng-701 fixed :)
@wilmol Awesome!
Tested it, good unit tests - they all pass too. Good commenting. Approved
Solution to #71
Currently using a test gmail account (tt7199425@gmail.com) as I don't know how to authenticate the users email (possibly related to #37). However, it is successfully sending invitations from this gmail account.
Test: