Skip to content

📧 Send anonymous email to any recipients from your terminal

License

Notifications You must be signed in to change notification settings

KevCui/sendmail

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

sendmail

Send anonymous email to any recipients from your terminal

Table of Contents

Dependency

Usage

Usage:
  ./sendmail.sh -t <to_address> [-s <subject>|-m <message>]

Options:
  -t               required, recipient mail address
  -s               optional, subject
  -m               optional, message
  -h | --help      display this help message

Examples

  • Send an email to test@example.com with random subject and message:
$ ./sendmail.sh -t test@example.com
Enter captcha letters:
...
  • Send an email to test@example.com with specific subject and message:
$ ./sendmail.sh -t test@example.com -s 'this is the subject' -m 'message here'
Enter captcha letters:
...

⚠️ Be aware that the sender address is fixed as mailer@app.tempr.email.

Limitation

  • Since Tempr.email uses 5-letter captcha to prevent the abuse of their mail sending service, manually entering 5-letter captcha text is required before sending each email. The captcha letters will be shown in the terminal by viu. It's not perfect for hands-free, but so far, there isn't a good solution to automate captcha solving process yet.

  • There is a request limit from Tempr.email: max. 15 emails per hour per IP address. (It won't be a problem if you know how to use Tor.)

Similar projects

Want more temp mail service? Check out:

You may like them!


Buy Me A Coffee