Show HN: Pepbot, disposable email service with a twist
Hello HN!
Meet my baby: Pepbot
http://pepbot.com
It's a disposable temp email service (like Mailinator and many others) with the ability to automate the boring email verification task that some services require (check mail -> click the confirmation link -> activate account).
It's a project I've coded during weekends for sharpen my python and sys admin skills.
I am looking for feedback! What do you think?
23 comments
[ 3.0 ms ] story [ 59.9 ms ] threadRight now, if I enter some random address without @pepbot.com I'm landing on the start page.
Apart from that, I really like it! This will definitely become my default service for trash mails.
However, I think that most people are going to use @pepbot.com. Therefore if you just type <something> without @pepbot.com, it should be assumed that people want check mails in <something>@pepbot.com. It should ad leas be automatically appended if there is no @<whatever>.
(and thanks for the feedback)
It's definitely better with the auto-complete and mail icon. However, it's still confusing to first-time users, as there is no hint that they have to add @pepbot.com. E.g. at http://trash-mail.com you only hav to enter a random name and can see the mails.
I showed pepbot to some colleagues earlier today and they all reacted the same: First confused as to why it wasn't working, but as I explained that they had to add @pepbot.com they all got along with it very well.
So, my suggestion is still, to append @pepbot.com automatically if a user enters something without @... or to at least add a hint like "don't forget to add @pepbot.com".
Nevertheless, these are minor improvements and I think it's already very usable.
I have one suggestion: make random@pepbot.com look clickable. It took me a few moments to understand that I could / need to click on it. Why? The area is faded out. Whenever I see something faded, I assume it's not clickable.
Some feedback - It wasn't immediately obvious to me, even after reading the 2 points on the main page, how exactly to use it. Maybe rewording those?
Why: many services that require an email confirmation from you typically allow to do the password reset via the same email address. So, unless the user is signing up for a throwaway service, they put their account with that service at risk.
But from the UI point of view the minimalism is awesome.
> But from the UI point of view the minimalism is awesome.
Thanks!
Wondering: Since the bot clicks every link, are there cases where there may be an 'unsubscribe' link?
Also, a little typo in paragraph two: 'adress'
Links are parsed with regular expression and clicked in order. There is not some sort of link recognization (like confirmation one vs unsubscribe one), every link is treated the same way.
But if you have some ideas please share!