Advertisement
Guest User

Untitled

a guest
Oct 31st, 2016
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. public SMTPSend() {
  2. }
  3.  
  4. public void msgsend() {
  5. String username = "mailadress@gmail.com";
  6. String password = "pwd";
  7. String smtphost = "smtp.gmail.com";
  8. String compression = "My SMS Compression Information";
  9. String from = "mailadress@gmail.com";
  10. String to = "+phonenumber@sms.gmail.com";
  11. String body = "Hello SMS World!";
  12. Transport myTransport = null;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement