Mail-swipe is a temporary mail sender tool, This tool is developed by a Python program and this tool is very easy to use and install. What we are going to see in this post is how to download and install the Mail-Swipe tool in Termux.
What is Mail-Swipe?
Mail-Swipe is a Python software that allows you to generate and receive emails at temporary email accounts. It makes use of the 1secmail API to generate email addresses and retrieve emails.
You may use this script to generate your own email address or to produce a random email address. When you get an email, it is saved as a text file in your “All Mails” folder.
Install Mail-Swipe tool on Termux?
Step 1: You must first install the git package. This package will assist you with cloning the package. so run the following command.
pkg install git
Step 2: After installing the git package, use the following command to install the python package. This python package will allow you to run the python script in termux.
pkg install python && pkg install python2
Step 3: Now enter the following command into your termux; this command will allow you to clone the mail-swipe program.
git clone https://github.com/sameera-madushan/Mail-Swipe.git

Step 4: After downloading the mail-swipe utility, run the following command. This command will assist you in opening the mail-swipe folder.
cd Mail-Swipe

Step 5: Now run the command below to install the mail-swipe prerequisites.
pip install -r requirements.txt

Step 6: Now, using the command, we must provide read-write and execute access to the mailswipe.py python file.
chmod +x mailSwipe.py
Step 7: Simply write the following command to run the mailswipe.py script.
python3 mailSwipe.py

Step 8: Now it will ask you if you want a custom or default domain. If you prefer the default domain, simply hit “n” otherwise, select “Y.”

Step 9: If you hit “Y,” it implies that you are now entering your domain name. Once you input the domain name, the procedure will be completed.

You must now receive all emails in this temporary email, but we cannot send messages; we can only receive. The incoming email must be stored in a text file.
I hope you found this post helpful, and if you have any questions, please contact me using the form below.