top of page
  • Writer's pictureArial Software Technical

Updated: Feb 3

After years of development and a complete re-write, Campaign Enterprise version is close to completion. We have had many inquires about what will be included in the new release. It might be good first to show how the software has developed over time.


Back in the early 90's, Arial Software was created just about when the internet was gaining steam. The first product we created was a desktop emailing system. It was basically a glorified Microsoft Outlook, had some merging capabilities, but nothing like SPAM or unsubscribes existed back then. As the internet changed and SPAMing became a reality, the software change to accommodate this. Then Campaign Enterprise was created which was the first web-based product we had with a built in webserver. This webserver was pretty simple but there was no configuration required and back then IIS was very difficult to configure and not get hacked. Campaign Enterprise continued to accommodate for new SPAM rules, new online editors, new operating systems, and new databases. During this time the same code has been used and features like multi-threading, SSL security, and other webserver system were added. The things we created ourselves were now becoming available in the .NET programming world and though our systems were stable, it was time to move the system to a new language and platform.


For the past year we have been rewriting Campaign Enterprise from the ground-up. Campaign Enterprise is now completely written in the .NET framework, supports true multi-threading managed by the OS, and the platform for the webserver is now IIS (Microsoft's Internet Information Service). Campaign Enterprise now works as two separate systems working in harmony. The webserver aspect of the product, used for campaign administration, conversion event resolution, views-as-webspage function, and unsubscribe functions is now all IIS driven. Now, you will have control over all aspects of how the products works, like security, SSL certificates for HTTPS functions, NTML user authentication, and everything else IIS offers.


Also, the back-end database for Campaign Enterprise will now be based on Microsoft's SQL server. Campaign Enterprise will include a version of SQL server or you can use your own existing SQL server by creating the appropriate database volume.


There is much more to come, but below is a short-list of the new capabilities of Campaign Enterprise version 12:


  • The system completely rewritten in a modern language (.net) that supports today's OSs and multi-threading

  • The web server portion works in Windows IIS which offers a ton of flexibly.

  • Email sending speeds have been dramatically increased

  • The user interface is more intuitive to sending email

  • You can send from multiple lists at the same time

  • There is a built-in POP server so all bounce handing is done internally and you don't have to establish bounce POP accounts for each campaign as before

  • You can create "Client" areas, each with their own users and campaigns separate from all other Clients (different clients, departments, etc.)

  • You can create and maintain built-in Email Lists with importing capabilities

  • The backend database is MS SQL Server. You can use the free version of MS SQL or use an instance of your own SQL server

  • Email sending is done using multiple sending threads instead of a singular sending thread

  • Since we are using IIS for the web server all SSL certificates for communicating in HTTPS are support

  • Windows user login ability (NTLM) allows you to choose to use your Windows login context to log into Campaign Enterprise

  • View email as a webpage capability

  • Graphics that are referenced in the email you send can be upload through the interface and used by the emails when they are viewed

  • Higher performance conversion tracking due to the IIS server and MS SQL server

  • More reporting capabilities with the combination of MS SQL server table and better recording structure

  • Able to submit campaign initiation from outside of Campaign Enterprise (API)


If you have any questions on this subject please email us at sales@arialsoftware.com


Campaign Enterprise is a scaleable enterprise-level email distribution system that runs on your own in-house computers connecting directly to your database or CRM in real-time, and using your own mail server. Visit http://www.arialsoftware.com for more information.

6 views
  • Writer's pictureArial Software Technical

Updated: Feb 3

There are many elements that are involved in email distribution that can affect performance. When you have to send out a few thousand emails performance does not really matter as much, but if you are in the ten's or hundred's of thousands then performance is crucial. The flow of an email distribution system is:


SQL or file-based Database with email addresses and other info (SQL Server, Access, Oracle, etc.)

Email merging and sending software (Campaign Enterprise)

Mail Transport system (SMTP) like PowerMTA, Ironport, etc.


Bottlenecks can occur in these systems, as a result of the merges within an email itself, or depending on how these systems are placed in a network, the connections between them. The way to diagnose this is to start from the back and work your way up front.


Checking the MTA

The #1 bottleneck we have found historically is the MTA. Campaign can send emails faster but it is wait for the MTA to accept the emails. In order to find out if this is the bottleneck you will need to send the emails to a different MTA that will accept emails at an extreme speed. Then, if the sending speed increases due to this switch, then you know it is either the MTA or the connection to the MTA system. The simplest way to do this in Campaign Enterprise is to:


1. Create an SMTP Connection that sends the emails to a folder (EML files) instead of the MTA. Do do this, after logging in as an administrator, go the the Administrator link, choose SMTP Connections, then create a new SMTP connection and select EML Files, and set a scratch folder on a disk the EML files can be sent to.

2. Change your Campaign's sending SMTP setting to this new EML files setting

3. Run the campaign. You can stop it after a few thousand emails or 1 minute, it should be sufficient to get a performance

4. Go to the reports for that campaign and see what your performance is in the Overall Report


If your speed increase after this test, then you can assume the issue is your MTA or the path to it and that should be addressed. Many MTAs are busy doing other things, they could have throttling agents in place for mass-mailings, etc. So if this happens to be the case, then there is plenty to check out. Sometimes when the MTA is on the same box as the database and the Campaign Enterprise, it is true that communications between these system can be really fast, but it may end up being slower overall because the computer has to manage all these processes even with multiple cores.


Writebacks During Send

If you are writing-back to the database after each email goes out, then you should probably disable this code for the test above if there is no improvement. It is possible though this write-back activity could be the bottleneck, so if you can leave it in for this test and reset the data after you run the campaign that would be best.


Merge Field Performance

If you have a lot of merge fields in the message, especially if it is a large message, then that can cause a bottleneck. Remove all the merges from the email and send a test Campaign to the EML files.


Email Size

If your performance is going down sometimes a your emails may be unknowingly getting bigger and require more transmission time. Reduce your email to a simple 1 line email and test again using the EML files setting. If the performance speeds up this may be the problem.


Embedded Images

If you have embedded images in your email, that can slow down transmission of the emails. Also Campaign Enterprise always does a scan for embedded images in an email. If you are not using embedded images you can go to the Miscellaneous tab for the Campaign and check the box to ignore the embedded images scan.


Your Database

If extreme rare cases your database may be the issue. If none of the steps above help performance then it may be your SQL server or single database file. Best way to test this is just to keep dumbing-down the SQL statement you are using until it is very simple. Usually single database files are very fast, like MS Access, but SQL servers can be busy or on a different computer on a busy network. We found many times an SQL server really slows down when batch processes are being done on them, like backups or mass data updates.


If you find that none of these are helping, we can definitely help further by logging into you system for an analysis.


If you have any questions on this subject please email us at sales@arialsoftware.com


Campaign Enterprise is a scaleable enterprise-level email distribution system that runs on your own in-house computers connecting directly to your database or CRM in real-time, and using your own mail server. Visit http://www.arialsoftware.com for more information.



4 views
  • Writer's pictureArial Software Technical

Updated: Feb 3

"Why would I use your software instead of a service like Constant Contact?"


There are definite conditions when a email service provider (ESP) would work better for you than having your own email marketing software in-house. Here are some situations you might want to consider when determining the best path for your company:


List size - If your list size is relatively small, in the thousands or ten-of-thousands, and you don't mind giving out your list to an outside company, an ESP is a good solution. You will be able to upload these email addresses and/or set up code on your page to ask for new email addresses. Once your list starts exceeding 100,000 then you may want consider bringing things in-house.


List availability - Does your list change? Is the list actively worked on in real-time? If so, you may find it hard to manage these situations using an outside solution. You will have to create some way of getting new list entries to this provider to be included email projects. It may take creating output files from your CRM or other source and uploading them at a regular basis.


Cost - An ESP is simple and easy to get started with. They usually charge per month based on the number emails you typically send in a month. It is sort of like a Cell Phone bill though where you buy a certain plan and if you don't use the minutes, you lose them. If you go over, you pay for the extras usually at a higher rate.


Privacy - If your email list does not have privacy issues than an ESP will work. If you believe your ESP has good protection and a good reputation you can sleep better, but it could be possible for your account to be compromised or, worst, they ESP could be compromised. Could this happen to you if you have an email system of your own? Sure, but at least you have the ability to add all the security you require.


Having your own emailing system in-house will be more effort to maintain than using an ESP. ESPs can get quite expensive every month if you send large emails. So there is a lot to consider when making your choice.


If you have any questions on this subject please email us at sales@arialsoftware.com


Campaign Enterprise is a scaleable enterprise-level email distribution system that runs on your own in-house computers connecting directly to your database or CRM in real-time, and using your own mail server. Visit http://www.arialsoftware.com for more information.

4 views
bottom of page