QA Teams
Vincent Dauce @eXorus
Quality Director at OpenClassrooms
QA Teams
Unlimited
Disposable Email
Automation
Privacy
Protect
Premium offer starting at €10 per month because:
Disposable email addressing sets up a different, unique email address for every sender/recipient combination. It operates most usefully in scenarios where someone may sell or release an email address to spam lists or to other unscrupulous entities. Read more
Yes, this is the disposable email, so anyone can access any email. These are not "your" emails. If you want more protection you can buy the Premium Plan to add extra security for all inboxes (IP access or Master password).
All emails on the domain are accepted: [email protected]. You don't need to create them, you can just use it and access your emails.
There's no need to signup. Try now with the Free Plan and check all of the emails that you want.
Yes, for sure. If one day [email protected] received a lot of spam, I know for sure that this bad website is the source of my leaked address. I can stop emails from being received on [email protected] and keep my real email address safe.
I built 2 components- php-mail-mime-parser and webmail. The first component is a PHP library that parses incoming emails behind the interface of a mail server like Postfix, after which I can store emails on any database. The second component is a web interface that shows emails.
You can use the package laravel-mailbox if it is fixed or use simple laravel route to handle the webhook.
Route::post('email-received', function (Request $request){
Log::info($request->input('data.subject'));
Log::info($request->input('data.sender.email'));
});
No problem, the product is open-source so feel free to contribute!