irismail.cloud
Open in
urlscan Pro
66.42.118.32
Public Scan
Submitted URL: http://irismail.cloud/
Effective URL: https://irismail.cloud/index.php
Submission: On September 30 via api from US — Scanned from DE
Effective URL: https://irismail.cloud/index.php
Submission: On September 30 via api from US — Scanned from DE
Form analysis
4 forms found in the DOMPOST /knowledgebase/search
<form method="post" action="/knowledgebase/search" class="form-inline ml-auto">
<input type="hidden" name="token" value="4502c5bef50ef54d02d5d9edae76fcb2cda07a80">
<div class="input-group search d-none d-xl-flex">
<div class="input-group-prepend">
<button class="btn btn-default" type="submit">
<i class="fas fa-search"></i>
</button>
</div>
<input class="form-control appended-form-control font-weight-light" type="text" name="search" placeholder="Search our knowledgebase...">
</div>
</form>
POST /knowledgebase/search
<form method="post" action="/knowledgebase/search" class="d-xl-none">
<input type="hidden" name="token" value="4502c5bef50ef54d02d5d9edae76fcb2cda07a80">
<div class="input-group search w-100 mb-2">
<div class="input-group-prepend">
<button class="btn btn-default" type="submit">
<i class="fas fa-search"></i>
</button>
</div>
<input class="form-control prepended-form-control" type="text" name="search" placeholder="Search our knowledgebase...">
</div>
</form>
GET /index.php?
<form method="get" action="/index.php?">
<div class="modal modal-localisation" id="modalChooseLanguage" tabindex="-1" role="dialog">
<div class="modal-dialog modal-lg" role="document">
<div class="modal-content">
<div class="modal-body">
<button type="button" class="close text-light" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
<h5 class="h5 pt-5 pb-3">Choose language</h5>
<div class="row item-selector">
<input type="hidden" name="language" value="">
<div class="col-4">
<a href="#" class="item" data-value="arabic">
العربية
</a>
</div>
<div class="col-4">
<a href="#" class="item" data-value="azerbaijani">
Azerbaijani
</a>
</div>
<div class="col-4">
<a href="#" class="item" data-value="catalan">
Català
</a>
</div>
<div class="col-4">
<a href="#" class="item" data-value="chinese">
中文
</a>
</div>
<div class="col-4">
<a href="#" class="item" data-value="croatian">
Hrvatski
</a>
</div>
<div class="col-4">
<a href="#" class="item" data-value="czech">
Čeština
</a>
</div>
<div class="col-4">
<a href="#" class="item" data-value="danish">
Dansk
</a>
</div>
<div class="col-4">
<a href="#" class="item" data-value="dutch">
Nederlands
</a>
</div>
<div class="col-4">
<a href="#" class="item active" data-value="english">
English
</a>
</div>
<div class="col-4">
<a href="#" class="item" data-value="estonian">
Estonian
</a>
</div>
<div class="col-4">
<a href="#" class="item" data-value="farsi">
Persian
</a>
</div>
<div class="col-4">
<a href="#" class="item" data-value="french">
Français
</a>
</div>
<div class="col-4">
<a href="#" class="item" data-value="german">
Deutsch
</a>
</div>
<div class="col-4">
<a href="#" class="item" data-value="hebrew">
עברית
</a>
</div>
<div class="col-4">
<a href="#" class="item" data-value="hungarian">
Magyar
</a>
</div>
<div class="col-4">
<a href="#" class="item" data-value="italian">
Italiano
</a>
</div>
<div class="col-4">
<a href="#" class="item" data-value="macedonian">
Macedonian
</a>
</div>
<div class="col-4">
<a href="#" class="item" data-value="norwegian">
Norwegian
</a>
</div>
<div class="col-4">
<a href="#" class="item" data-value="portuguese-br">
Português
</a>
</div>
<div class="col-4">
<a href="#" class="item" data-value="portuguese-pt">
Português
</a>
</div>
<div class="col-4">
<a href="#" class="item" data-value="romanian">
Română
</a>
</div>
<div class="col-4">
<a href="#" class="item" data-value="russian">
Русский
</a>
</div>
<div class="col-4">
<a href="#" class="item" data-value="spanish">
Español
</a>
</div>
<div class="col-4">
<a href="#" class="item" data-value="swedish">
Svenska
</a>
</div>
<div class="col-4">
<a href="#" class="item" data-value="turkish">
Türkçe
</a>
</div>
<div class="col-4">
<a href="#" class="item" data-value="ukranian">
Українська
</a>
</div>
</div>
</div>
<div class="modal-footer">
<button type="submit" class="btn btn-default">Apply</button>
</div>
</div>
</div>
</div>
</form>
#
<form action="#" id="frmGeneratePassword">
<div class="modal fade" id="modalGeneratePassword">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header bg-primary text-white">
<h4 class="modal-title"> Generate Password </h4>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<div class="alert alert-danger w-hidden" id="generatePwLengthError"> Please enter a number between 8 and 64 for the password length </div>
<div class="form-group row">
<label for="generatePwLength" class="col-sm-4 col-form-label">Password Length</label>
<div class="col-sm-8">
<input type="number" min="8" max="64" value="12" step="1" class="form-control input-inline input-inline-100" id="inputGeneratePasswordLength">
</div>
</div>
<div class="form-group row">
<label for="generatePwOutput" class="col-sm-4 col-form-label">Generated Password</label>
<div class="col-sm-8">
<input type="text" class="form-control" id="inputGeneratePasswordOutput">
</div>
</div>
<div class="row">
<div class="col-sm-8 offset-sm-4">
<button type="submit" class="btn btn-default btn-sm">
<i class="fas fa-plus fa-fw"></i> Generate new password </button>
<button type="button" class="btn btn-default btn-sm copy-to-clipboard" data-clipboard-target="#inputGeneratePasswordOutput">
<img src="/assets/img/clippy.svg" alt="Copy to clipboard" width="15"> Copy </button>
</div>
</div>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal"> Close </button>
<button type="button" class="btn btn-primary" id="btnGeneratePasswordInsert" data-clipboard-target="#inputGeneratePasswordOutput"> Copy to clipboard and Insert </button>
</div>
</div>
</div>
</div>
</form>
Text Content
IrisMail.cloud * 0 Shopping Cart * * Home * Store * Browse All * IrisMail for WHMCS * IrisMail for Blesta * Professional Email * Announcements * Knowledgebase * Network Status * Contact Us * More * Account * Login * Register * Forgot Password? 1. Portal Home WE DONT JUST SEND EMAIL, WE DELIVER IT. 20% OF LEGITIMATE EMAILS NEVER REACH THE INBOX. Our software automatically manages the delivery process to give your emails the best chance of landing in the inbox. IrisMail takes your billing system to the next level with direct integration with the leading transactional email provider Postmark. Why Postmark? Click here to find out more. All packages include the following features: * All email sent over HTTPS (port 443). No need for SMTP ports. * Unlimited email validations. Check emails at registration time for valid MX DNS entries, and block free or temporary email providers. * Detailed reporting of delivery, open and clicks with Admin notification of bounced emails. * Inbound email processing. Inbound MX mail server sends directly to your ticket system via webhooks, with spamassassin checks and scores. * Completely integrated inside the billing system. No need for any external provider accounts. * Easy setup and configuration. With just a few clicks, you are up and running! * Background sending of emails via cron task (configurable per template). Speed up your customers checkout experience. * Edge optimized API. Requests are routed to the nearest CloudFront Point of Presence, all around the world. * Client area notification of bounced emails. Let your customers know of issues when they log in to their account. * Supports RFC 3834 Headers. These headers prevent circular responses when both the sender and destination are using autoresponders. * Dynamic datatables. Quickly find the information you need. * All services bundled in one complete package. * View some sample screenshots here - Gallery * 100% Open source! BROWSE OUR PACKAGES IRISMAIL FOR WHMCS Deliver your email to customers on time, every time! Browse Products IRISMAIL FOR BLESTA Coming Soon! Browse Products HOW CAN WE HELP TODAY Announcements Network Status Knowledgebase Downloads Submit a Ticket YOUR ACCOUNT Your Account Manage Services Support Requests Make a Payment * English / $ USD * Contact Us * Terms of Service Copyright © 2023 IrisMail.cloud. All Rights Reserved. Copyright © 2023 GriffinHosting.com Web Services. All Rights Reserved. × Close Loading... Loading... Close Submit × CHOOSE LANGUAGE العربية Azerbaijani Català 中文 Hrvatski Čeština Dansk Nederlands English Estonian Persian Français Deutsch עברית Magyar Italiano Macedonian Norwegian Português Português Română Русский Español Svenska Türkçe Українська Apply GENERATE PASSWORD × Please enter a number between 8 and 64 for the password length Password Length Generated Password Generate new password Copy Close Copy to clipboard and Insert