Hi,
I have a need to send 'Out of Control' Alarm notifications by e-mail to process owners within our organization.
I am using JMP 12 on a 64-bit system and unfortunately have learned that I cannot use the MAIL function in JSL as our Outlook is the 32-bit version.
Is there any way that I could configure SMTP so that I can bypass the mail client and contact the SMTP directly?
These seems to be possible on SAS as documented in:
Paper 023-2013
Using Mail Functionality in SAS®
Erik W. Tilanus, Synchrona, the Netherlands
He writes:
/* Set Mail options */
-EMAILSYS SMTP
-EMAILHOST "mail.mailserver.nl"
-EMAILID "erik.tilanus@planet.nl"
If it is not possible to configure SMTP has anyone found an alternative work around for this problem?
Best Regards,
Philip