I want to develop a NodeJS application that can use a temporary email as account verification.
The software will produce random email address and get the message body from it, then this will run again again and change the email address again, and it will go on like that. similar to 10minutemail, temp-mail.org, etc.
I've discovered these thus far:
TempMailGen \sMailtrap.io
Is it possible to integrate these into my NodeJS programme?