Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 1.12 KB

README.md

File metadata and controls

32 lines (21 loc) · 1.12 KB

Open Source SendMail Service for GemStone/S 64 Bit

The Send Mail Service for GemStone/S features:

##Introduction The SendMail Service for GemStone uses the ServiceVM interface to send email directly to the recipient's mail server rather than via an intermediary mail server.

Clone the SendMailService project to your GemStone development server and create a unique branch to keep any changes you make for your project isolated from the SendMailService master branch:

git clone https://github.com/TerraAustralis/SendMailService.git
cd SendMailService
git checkout -b  <your project branch name>

#Verifying Email Addresses

ToDo

#Sending Mail

ToDo

Note: If you already have a GitHub account, you may consider forking the SendMailService project first, as that will make sharing corrections you find much easier.