GmailBackground
GmailBackground copied to clipboard
Unable to connect smtp port issue
I'm having trouble with smtp port connection could not connect to smtp port
try to add these properties on constructor:
props.put("mail.user", user); props.put("mail.password", password); props.put("mail.smtp.starttls.enable", "true");