With the push of a button, send personalized email to your clients or customers directly from your application program, programmable database or spreadsheet!
The "MarshallSoft Client Mailer" (MCM) works with
Client Mailer comes with fully functional example programs (with source code) that
An example of a letter (a text or HTML file on your computer) that a dentist might send to his customers is:
|
To: %EmailAddress% Subject: Your Dental Appointment at %AppointmentTime% Dear %FullName%, Your dental appointment is tomorrow at %AppointmentTime%. To confirm your appointment, please reply to this email with "CONFIRM %EmailAddress%" as the subject.
Sincerely, |
|---|
The recipient list (a text file on your computer) begins with the substitution names on the first line and continues with the list of recipients. An example of such a list (of three recipients) is:
|
EmailAddress, AppointmentTime, FullName m.marshall0610@yahoo.com, 10:00 am, Mike Marshall p.marshall0610@yahoo.com, Noon, Paula Marshall l.marshall0610@yahoo.com, 2:30 pm, Lacy Marshall |
|---|
The first letter (of three) emailed would then be addressed to
m.marshall0610@yahoo.com
with subject
Subject: Your Dental Appointment at 10:00 am
and body
|
Dear Mike Marshall, Your dental appointment is tomorrow at 10:00 am. To confirm your appointment, please reply to this email with "CONFIRM m.marshall0610@yahoo.com" as the subject.
Sincerely, |
|---|
Unlike standalone executables, the Client Mailer example programs can be modified to work seamlessly with your database of clients and customers.
Sending email from your application program with Client Mailer is very straight forward. The basic send logic is as follows:
|
- Start Client Mailer [mcmAttach] - Open letter to be sent [mcmOpenLetter] - Open list of recipients [mcmOpenList] - Open skip files (recipients to be skipped) [mcmOpenSkip] - Connect to the SMTP server [mcmSmtpConnect] - LOOP - - Merge letter with next recipient [mcmMergeNext] - - Send letter to this recipient [mcmSendMail] - END-LOOP - Close connection to server [mcmSmtpClose) |
|---|
Four versions are available: Personal, Professional, Professional-Plus, and Unlimited.
| Personal | Pro | Pro-Plus | Unlimited | |
|---|---|---|---|---|
| Send: Channels | 4 | 8 | 16 | 32 |
| Send: Recipients | 1,000 | 5,000 | 10,000 | unlimited |
| Cost | $99 | $199 | $299 | $399 |
| Update | $33 | $33 | $33 | $33 |
MCM comes with one year of technical support and updates. After one year, updates are $33 for an additional year of technical support and updates.
Channels: The number of simultaneous server connections used to send email. Using multiple connections significantly speeds up the sending process.
Recipients: The number of recipients allowed in the recipient list.
Support: Purchase includes one year of technical support and updates.
License: Client Mailer is licensed for sending email to the license purchaser's clients & customers only.
MCM4C (C/C++)
MCM4D (Delphi)
MCM4VB (Visual Basic)
MCM4FP (Visual FoxPro)
MCM4DB (Visual dBase)
MCM4XB (XBase++)
The Client Mailer is not a "bulk-mailer", and it is not for sending spam! The Client Mailer does not send anonymous email!