Guest User

Untitled

a guest
Jun 8th, 2018
297
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. @echo off
  2. :::::::::::::: Enter your settings below ::::::::::::::
  3. set SeMail=crambamthankyoumaam@gmail.com
  4. set eMail=569gromeog@tumblr.com
  5. set server=-server smtp.gmail.com
  6. set debug=-debug -log blat.log -timestamp
  7. Set pop3=-serverPOP3 pop.gmail.com
  8. set username=-u crambamthankyoumaam@gmail.com
  9. set password=-pw spagspag
  10. set attach=-embed %1
  11. set html=-html
  12. ::::::::::::::::: Now we run the program! :::::::::::::::::
  13. blat - -body " . " -to %eMail% -f %SeMail% %server% %debug% %pop3% %username% %password% %attach%
Add Comment
Please, Sign In to add comment