Ohio.gov logo

Digital Ohio Home


Home
Contacts

Hosting Services

   Hosting Accounts Request
      Send a Request
    (2 hr response M-F 8-5)
   Send a Suggestion
Accessibility
Pre-development
Checklist


Directory Structures
& Shortcuts
Web Applications
& Global.asa files
.Net 1.1
Usage Reports
Statewide IT Policy

Tools
   JMail
   FTP
    Meta Tag Generator
General Reference
Images Resources
   Discover Logo


JMail

Three flavors of SMTP mail have been used in the past CDO, CDONTS, and ASPMail. The Ohio Server no longer supports any of these SMTP methods and has switched to supporting jMail. jMail enables us to provide outgoing mail services without having to enable a mail service on the hosting servers. Instead messages are routed through a specified SMTP server.

Note: the outgoing email address must be valid. You may want to set up a generic email address to use here rather than an individuals personal account.

Feel free to use this code to test the differences between using purdue and smtp. But before you run the page please change the email address to yours.


Vendor: http://www.dimac.net/
Version: 4.1
Manual: w3_JMail4_REF.pdf
Syntax: [obj].SendMail FromEMail, RecipientEMails, Subject, Body, MailServer


email message example from the http://www.dimac.net/ Examples 4.3 site.

To store the MailServer in an application variable the global.asa would need to contain this type of code...


And the asp file would have this type of code....