DaddioD
Results
2
issues of
DaddioD
Changed line 219 from ` oauth_callback = 'http://%s:%s/' % (host_name, port_number)` to ` oauth_callback = 'http://%s:%s' % (host_name, port_number)` and it has fixed the problem. Will this cause a problem...
question
getting error: email: FATAL: Smtp error: 530 5.7.0 Must issue a STARTTLS command first. s31sm1331632ywa.30 - gsmtp not sure where to add this: props.put("mail.smtp.starttls.enable", "true");