Advertisement
Guest User

mailsend.exe

a guest
Apr 18th, 2014
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.01 KB | None | 0 0
  1. c:\mailsend.exe -to <ADDRESS TO SEND MAIL TO> -name "Bvckup 2 %computername%" -from <<FROM ADDRESS>> -starttls -smtp <<ADDRESS OF YOUR MAIL SERVER>> -port 587 -sub " Bvckup 2 - %computername% %BVCKUP_description% %BVCKUP_state% %time%" -M "%computername% Backup %BVCKUP_state% on: %date% %time%      Execution Log       Errors: %BVCKUP_errors%     Files were copied from %BVCKUP_src% to %BVCKUP_dst%     Files Created: %BVCKUP_files_created%       Files Updated: %BVCKUP_files_updated%       Files Deleted: %BVCKUP_files_deleted%       Files Moved: %BVCKUP_files_moved%       Bytes Read: %BVCKUP_bytes_read%     Bytes Written: %BVCKUP_bytes_written%" +cc +bc -q -auth-plain -user "<<LOGIN USERNAME TO YOUR MAIL SERVER" -pass "<<LOGIN PASSWORD TO YOUR MAILSERVER>>"
  2.  
  3.  
  4. Replace The <<REQUIRED OPTIONS>> with your information, removing the <<>> brackets, but preserving the "" quotes
  5. You'll also need mailsend.exe installed on your machine in the C:\ directory
  6. Mailsend is available here: https://github.com/muquit/mailsend/releases/download/1.17b14/mailsend1.14.exe.zip
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement