Send anonymous email to any recipients from your terminal
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
- 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:
...
mailer@app.tempr.email
.
-
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.)
Want more temp mail service? Check out:
You may like them!