htuckjr wrote on Thursday, June 19, 2014:
Hi Folks-
I did some work with Mercury Mail recently, with Arnab Naha’s help, and learned quite a lot.
First, I must correct an incorrect statement I’ve seen all over the Internet about MercuryMail: MercuryMail/32 is free for personal, non- commercial use only! Officially it is intended strictly as a testing platform for developers to test their web mail apps against. Per the FAQ:
http://www.pmail.com/faqs/faqs_mwq.htm
"* How much does Mercury cost? Mercury/32 is free for
non-commercial and personal use. For commercial use,
a 60-day evaluation period is allowed, after which
licenses can be purchased for prices starting at US$75.
For more information, click here.."
Evidently, earlier versions were once free for all uses, but recent versions are conditional as the FAQ describes. This may make it a bad choice for use in a for- profit setting, particularly one as sensitive to legalities as healthcare. That link in the FAQ may have a suitable license.
For my project, I primarily wanted to configure the SMTP mail server to deliver email reminders. I did look briefly into one question about SMS so I don’t know much about it, but I found many references to the need to engage commercial SMS services, and no references to it being available free of cost.
One thing I did learn about MercuryMail/32 is that the version of XAMPP bundled with the XAMPP-OpenEMR-4.1.2 package prevents MercuryMail from saving some (though not all) configuration values to the MERCURY.INI main config file:
http://community.pmail.com/forums/thread/7420.aspx
"07-29-2013, 2:19
Re: unable to save configuration
Make sure you're using XAMPP 1.8.3.
XAMPP 1.8.2 had this as a known bug."
In my case, I could never get the MercuryC data to save, and that was the SMTP module I needed. I don’t know what other modules were affected by that bug but I simply downloaded the newer XAMPP 1.8.3 and installed it overwriting the 1.8.2 version and that fixed that.
Arnab Naha’s tutorial to configure MercuryMail (linked by fsgl above) is thorough, and better than most other MercMail HOWTO’s I found. Very few different versions exist; one version has apparently been copied from some original source and plagiarized all over the Internet. I went with Arnab Naha’s. For me, that and XAMPP 1.8.3 did the trick.
Regards- Harley