Description
Asking Price:
$65,000.00
Cash Flow:
$500.00
Gross Revenue:
$2,000.00
Established:
2018
Employees:
N/A
Business Description
We are representing a firm that wishes to sell its email list cleaning and verification software. This software can not only clean internal email lists, but can be offered for use by others for a fee. This is done through an existent, fully functional Web site and an available API.
The list cleaning software was developed by an ongoing, 20 year old, Agile Software firm. When a list is uploaded into the list cleaning software through its simple and user-friendly interface, in as short a time as a few seconds multiple email verifications take place. The software determines if each email’s domain name is valid and operating a mail server, if each email’s address is intended for a team or an individual, whether each email’s server provides any validation information for emails, and whether an email’s server accepts or rejects the email as valid. In the event an email’s server returns an unexpected response, The Software tries again to validate that email address from a different geography.
The result of the software’s work is a totally clean and verified list. Use of a clean and verified list not only increases deliverability, but virtually eliminates “bounces,” and keeps emails from going into “spam” folders. This increases “opens” and email campaign effectiveness while reducing complaints and lowering email provider expenses.
For each cleaned list, the software delivers back a multi-faceted report plus the cleaned list itself ready to use. The report for an individual list has six facets: Safe To Send, Invalid, Disposable, Role (email addresses normally used by a group), Accept All (the email’s server provides no specific information), and Unavailable (the server is off-line).
The software is written in Ruby on Rails. Ancillary technologies are utilized in and around the application, primarily Sinatra and Docker.
The purchase of the software, in addition to all rights, title and ownership, includes the fully functional Web Site, which can be used to upload lists and to sell the software’s functionality as a service to others if you so desire. NDA is required {SUBMIT BELOW} for initial package crafted by ProNova Partners.
Detailed Information
Facilities:
Portable nationwide, as this is a software play.
Competition:
There are other vendors, but this is a turnkey opportunity for someone looking for a very robust platform to scale a business.
Growth & Expansion:
TBD – depends on the Buyer.
Support & Training:
As needed.
Reason for Selling:
The software is outside of the creating company’s normal, day to day activity.
ProNova Partners Buyer Profile & NDA
***RED STARS ARE REQUIRED FIELDS***
This information is required and must be filled in completely before the Seller will release any vital information, including business address, financial due diligence package on file, and other sensitive confidential information.
It will also be used by ProNova Partners to match your buyer profile with future similar engagements our firm has for sale.
* Required
function validateCaptcha()
{
var web_set_captcha = 'No';
web_set_captcha = document.getElementById('web_set_captcha').value;
if(web_set_captcha == 'Yes')
{
var googleResponse = $('#g-recaptcha-response').val();
if (!googleResponse) {
$('
Please Validate Captcha.
').insertAfter("#captcha_element");
return false;
} else
return true;
}
else
return true;
}