Guest User

Untitled

a guest
Jun 22nd, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. final String host = "localhost"; // not sure what is supposed to be here
  2. Properties properties = new Properties();
  3. properties.setProperty("mail.smtp.host", host);
  4. Session session = getInstance(properties);
Add Comment
Please, Sign In to add comment