Using Dimac w3 JMail
Posted by Paul Woodland (Import) on 02 December 2006 04:35 AM
|
|
Dimac w3 JMail is a server-side component that can be used to send emails from our mail servers. You will first need to enable Script Mail on your website so that you can send emails out via our SMTP server using the username and password that will be assigned to you. For detials on this, please see this article: https://support.liquidsix.com/index.php?/Knowledgebase/Article/View/89/0/introduction-to-script-mail 'Create an instance of our JMail object. 'Configure our test email. mailObj.Subject = "This is a test email" 'Add a recipient address. 'We need to catch the error. %> | |
|