Trash Mails – Temporary Email Address System Review
I recently had the opportunity to try out Trash Mails, a temporary email address system that allows you to receive emails at a self-destructed address that can be set to expire after a certain time period. In this review, I’ll go over the features, pros, and cons of this service.
New Features
Trash Mails has recently introduced several new features, including an API, meta tags in posts and pages, the ability to add texts to homepages, and more. These updates aim to improve the overall user experience and make the system more flexible and customizable.
Awesome Features
The admin panel is fully responsive and dynamic, making it easy to navigate and manage your temporary email addresses. Some of the other awesome features include:
- Easy login and password setup
- Forgot password functionality
- Messages received and emails created in the last week
- Total emails, messages, posts, and pages
- Cron job command
- Admin settings, including logo, favicon, and colors
- Fake emails and messages
- SEO optimization
- Blog system
- Manage all ads
- Frontend settings
- Add, edit, and delete categories, posts, and pages
- Powerful and flexible system
- Multi-domains
- Forbidden emails ID
- Manage allowed files
- Simple menu builder
- HTTPS force
- Temporary mail in minutes, hours, or days
- Enable/disable cookies
- Add SEO tab in language
System
The system is designed to protect your personal email address from spam and offers a responsive design. You can change or delete emails, and the system auto-refreshes. You can also receive messages, download attachments, and contact the support team.
Pre-Requisites for Server
Trash Mails requires a server with the following specifications:
- PHP >= 7.4
- MySql: 5.1+
- BCMath PHP Extension
- Ctype PHP Extension
- Fileinfo PHP extension
- JSON PHP Extension
- Mbstring PHP Extension
- OpenSSL PHP Extension
- PDO PHP Extension
- Tokenizer PHP Extension
- ZIP PHP Extension
- Iconv PHP Extension
- IMAP PHP Extension
- XML PHP Extension
- Fopen PHP Extension
- Operating System: Linux or Windows
Demo and Admin Login
You can try out the demo version of Trash Mails at https://demo.lobage.com/trashmails, and the admin login is available at https://demo.lobage.com/trashmails/admin with the following credentials:
- Email: admin@lobage.com
- Password: lobage123
Online Documentation and Support
Trash Mails offers online documentation at https://docs.lobage.com/trashmails and support through the Contact Us page.
Changelogs
Trash Mails has a history of regular updates, with the latest version being 1.4. Some of the notable changes include:
- API
- Add meta tags in posts and pages
- Add texts in homepages
- You can upload your sitemap and robots.txt
- Hide/show preloader
- Hide/show default lang in URL
- Custom CSS/JS
- New Google analytics 4
- Fix bugs
Score: 4.34
Overall, Trash Mails is a powerful and flexible temporary email address system that offers a range of features and customization options. While it may have some limitations, the system is well-designed and easy to use. With regular updates and a strong support team, Trash Mails is a great choice for anyone looking for a reliable temporary email address system.
User Reviews
Be the first to review “Trash Mails – Temporary Email Address System”
Introduction to Trash Mails: A Comprehensive Guide to Temporary Email Addresses
In today's digital age, keeping your primary email address secure and private is more crucial than ever. With spam, phishing, and junk emails flooding our inboxes, it's essential to have a reliable way to manage and protect your valuable email accounts. This is where Trash Mails – Temporary Email Address System comes in.
Trash Mails is a revolutionary tool designed to help you manage and protect your email addresses effectively. It's a virtual email address system that enables you to create temporary and disposable email addresses for different purposes, such as registration on websites, signing up for newsletters, or responding to suspicious emails. With Trash Mails, you'll never have to worry about your primary email address getting hacked, spammed, or compromised again.
In this comprehensive tutorial, we'll guide you through the setup and usage of Trash Mails, covering topics such as:
- Why you need a temporary email address system
- How to create and manage your temporary email addresses
- How to check and monitor your temporary emails
- How to forward and delete your temporary emails
- Common use cases for Trash Mails
Step-by-Step Tutorial: Creating and Using Trash Mails
Step 1: Creating a Trash Mail Account
- Visit the Trash Mails website (www.trashmails.com) and click on "Sign Up" to create an account.
- Enter your desired username, email address, and password in the required fields.
- Fill in the confirmation field and click on "Register" to create your account.
Step 2: Creating a Temporary Email Address
- After logging in to your Trash Mails account, you'll be taken to your dashboard.
- Click on the "Create an Email" button to create a new temporary email address.
- Enter the desired email address (with the "@trashmals.com" domain) in the "Email" field.
- Choose an expiration date for the temporary email address (optional but recommended).
- Click on the "Create" button to create your temporary email address.
Step 3: Monitoring and Checking your Temporary Email
- To check your temporary emails, log in to your Trash Mails account and select the temporary email address from the dashboard.
- Click on the "inbox" button to view all incoming emails for that email address.
- Filter your emails by date, sender, or subject by using the search bar and dropdown menus.
- Click on an email to view its contents and header information.
Step 4: Forwarding and Deleting Temporary Emails
- To forward an email, select the email in your inbox and click on the "Forward" button.
- Enter the recipient's email address or select an existing contact.
- Add a personalized message if desired and click on "Send" to forward the email.
- To delete an email, select the email in your inbox and click on the "Delete" button. Confirm deletion by clicking "Yes" in the popup window.
Common Use Cases for Trash Mails
- Shopping and Sign-ups: Create a temporary email address when signing up for a free trial or registering on websites to avoid spam and potential data breaches.
- Receiving Suspicious Emails: Use a temporary email address to receive potentially malicious emails, reducing the risk of compromising your primary email address.
- Contacting Online Support: Use a temporary email address to contact online support teams or report issues to avoid revealing your primary email address.
By following these steps and understanding the power of Trash Mails, you'll be well-equipped to protect your email identity and manage your online correspondence with confidence.
Here is an example of how to configure Trash Mails - Temporary Email Address System:
API Key To use Trash Mails, you need to obtain an API key. You can do this by creating an account on the Trash Mails website and following the instructions provided. Once you have your API key, you can use it to configure the system.
API Endpoint
The API endpoint for Trash Mails is https://api.trashmail.net/v1/
. You can use this endpoint to send and receive emails, as well as to manage your temporary email addresses.
Email Server
To use Trash Mails, you need to configure your email server to use the Trash Mails API. You can do this by setting the smtp_server
and smtp_port
settings to the values provided by Trash Mails.
Example Configuration Here is an example of how you might configure Trash Mails in your application:
api_key: "your_api_key_here"
api_endpoint: "https://api.trashmail.net/v1/"
smtp_server: "smtp.trashmail.net"
smtp_port: 587
Temporary Email Address
To create a temporary email address, you can use the create_email
method provided by the Trash Mails API. This method takes a name
and domain
parameter, and returns a temporary email address that you can use to receive emails.
Example Usage
Here is an example of how you might use the create_email
method to create a temporary email address:
email = trashmail.create_email("john", "example.com")
print(email) # Output: "john@example.com"
Receiving Emails
To receive emails sent to a temporary email address, you can use the get_email
method provided by the Trash Mails API. This method takes an email
parameter, and returns the contents of the email.
Example Usage
Here is an example of how you might use the get_email
method to receive an email:
email = trashmail.get_email("john@example.com")
print(email) # Output: The contents of the email
Deleting Emails
To delete an email, you can use the delete_email
method provided by the Trash Mails API. This method takes an email
parameter, and returns a success message if the email was deleted.
Example Usage
Here is an example of how you might use the delete_email
method to delete an email:
trashmail.delete_email("john@example.com")
print("Email deleted successfully")
Here are the features of Trash Mails - Temporary Email Address System:
- API: New feature that allows integration with other systems.
- Add Meta tags in Posts, Pages: New feature that allows adding meta tags to posts and pages.
- Add texts in homepages: New feature that allows adding text to homepages.
- You can upload your sitemap & robots.txt: New feature that allows uploading sitemap and robots.txt files.
- Hide/Show Preloader: New feature that allows hiding or showing the preloader.
- Hide/Show Default Lang In URL: New feature that allows hiding or showing the default language in the URL.
- Custom CSS / Js: New feature that allows customizing CSS and JS.
- New Google analytics 4: New feature that allows using Google Analytics 4.
- And More...: New feature that allows additional functionality.
Awesome Features:
- Fully responsive and dynamic admin panel: The admin panel is fully responsive and dynamic.
- Easy to login: The login process is easy and straightforward.
- Forgot password: The system allows users to reset their passwords.
- Messages Received & Emails Created In Last Week: The system shows a list of messages received and emails created in the last week.
- Total Emails, Messages, Posts, Pages: The system shows the total number of emails, messages, posts, and pages.
- Cron Job Command: The system allows scheduling tasks using cron jobs.
- Admin settings: The system allows administrators to set various settings.
- Password Setup: The system allows setting up passwords.
- IMAP Server Setup: The system allows setting up IMAP servers.
- SMTP Server Setup: The system allows setting up SMTP servers.
- General Settings (Logo, Favicon, Colors...): The system allows setting up general settings such as logo, favicon, and colors.
- Fake Emails and Messages: The system allows sending fake emails and messages.
- SEO Optimized: The system is optimized for search engines.
- Blog System: The system has a built-in blog system.
- Manage all ads: The system allows managing all ads.
- Frontend settings: The system allows setting up frontend settings.
- Add, edit, delete categories: The system allows adding, editing, and deleting categories.
- Add, edit, delete posts: The system allows adding, editing, and deleting posts.
- Add, edit, delete pages: The system allows adding, editing, and deleting pages.
- Add, delete features: The system allows adding and deleting features.
- Powerful and Flexible: The system is powerful and flexible.
- Multi Domains: The system supports multiple domains.
- Forbidden Emails ID: The system allows setting up forbidden email IDs.
- Manage Allowed Files: The system allows managing allowed files.
- Simple Menu builder: The system allows building simple menus.
- HTTPS Force: The system allows forcing HTTPS.
- Temporary Mail in minutes, hours or days: The system allows sending temporary emails in minutes, hours, or days.
- Enable/ Disable Cookies: The system allows enabling or disabling cookies.
- Add Seo Tab in Language: The system allows adding SEO tabs in languages.
System:
- Protect Your Personal Email Address From Spam: The system protects personal email addresses from spam.
- Responsive Design: The system has a responsive design.
- Change Email: The system allows changing email addresses.
- Delete Email: The system allows deleting email addresses.
- Auto Refresh: The system allows auto-refreshing.
- Receive Messages: The system allows receiving messages.
- Download attachments: The system allows downloading attachments.
- Contact Us Page: The system has a contact us page.
- High performance: The system has high performance.
- Detect language from browser: The system detects language from the browser.
Pre Requisites For Server:
- PHP >= 7.4: The system requires PHP version 7.4 or higher.
- MySql: 5.1+: The system requires MySQL version 5.1 or higher.
- BCMath PHP Extension: The system requires the BCMath PHP extension.
- Ctype PHP Extension: The system requires the Ctype PHP extension.
- Fileinfo PHP extension: The system requires the Fileinfo PHP extension.
- JSON PHP Extension: The system requires the JSON PHP extension.
- Mbstring PHP Extension: The system requires the Mbstring PHP extension.
- OpenSSL PHP Extension: The system requires the OpenSSL PHP extension.
- PDO PHP Extension: The system requires the PDO PHP extension.
- Tokenizer PHP Extension: The system requires the Tokenizer PHP extension.
- ZIP PHP Extension: The system requires the ZIP PHP extension.
- Iconv PHP Extension: The system requires the Iconv PHP extension.
- IMAP PHP Extension: The system requires the IMAP PHP extension.
- XML PHP Extension: The system requires the XML PHP extension.
- Fopen PHP Extension: The system requires the Fopen PHP extension.
- Operating System : Linux or Windows: The system requires a Linux or Windows operating system.
Demo:
- Link: https://demo.lobage.com/trashmails
- Admin login: https://demo.lobage.com/trashmails/admin
- Email: admin@lobage.com
- Password: lobage123
Online Documentation:
Support:
ChangeLogs:
- Version 1.4: API, Add Meta tags in Posts, Pages, Add texts in homepages, You can upload your sitemap & robots.txt, Hide/Show Preloader, Hide/Show Default Lang In URL, Custom CSS / Js, New Google analytics 4, Fix Bugs.
- Version 1.3: Added Invisible reCAPTCHA, SMTP Test, Fix Bugs.
- Version 1.2.1 & 1.2.2: Fix Bugs.
- Version 1.2: Fix Bugs, Added Simple Menu builder, Added Keywords in Posts, Add More SEO Optimization, Added Open Graph Meta Tags, Added Detect language from browser, Added HTTPS Force, Added Temporary Mail in minutes, hours or days, Added Enable/ Disable Cookies, Added Seo tab in Language.
- Version 1.1.1: Fix Bugs, Added Clear Cache, Added Nice Scroll.
- Version 1.1: Added reCaptcha, Added Multi-language, Added Default Language selector in Admin Panel, Added google tag manager, Added new editor, Fix bugs.
- Version 1.0.1: Improve Statistics in panel admin, Fix Cookie time.
- Version 1.0.0: Upload Trash-Mails 1.0.0.
$47.00
There are no reviews yet.