How to use Dundas.Mailer?

You can take a look at the following script. It can give you an example for using Dundas.Mailer

<%
‘Create an instance of our Mailer object.
Set mailObj = Server.CreateObject(”Dundas.Mailer”)

‘Configure our test email.
mailObj.SMTPRelayServers.Add “localhost”
mailObj.FromAddress = “you@yourdomain.com”
mailObj.FromName = “Your Name”

mailObj.Subject = “This is a test email”
mailObj.Body = “This mail is sent my using Dundas Mailer at 3inetwork hosting service”

‘Add a recipient address.
mailObj.TOs.Add “address@targetdomain.com”

‘We need to catch the error.
On Error Resume Next
mailObj.SendMail
If (Err <> 0) Then
Response.Write “There was an error sending the email: ” & Err.Description
End If
%>

How to use Dundas Upload with my Windows account?

It’s very easy to use. You will need to create 2 files

1. upload.html

<html>
<body bgcolor=”#FFFFFF”>
<form method=”POST” enctype=”multipart/form-data” action=”upload.asp”>
<input type=”FILE” size=”40″ name=”FILE1″><br>
<input type=”FILE” size=”40″ name=”FILE2″><br>
<input type=”FILE” size=”40″ name=”FILE3″><br>
<input type=submit value=”Upload!”>
</form>
</body>
</html>

2. upload.asp

Dim objUpload
Set objUpload = Server.CreateObject(”Dundas.Upload.2″)

objUpload.MaxFileSize = 150000
objUpload.UseVirtualDir = True
objUpload.UseUniqueNames = False

objUpload.Save “/upload”

Set objUpload = Nothing

Response.Write “Upload done”

Test yourself :)

How to connect database after creating?

After creating a mySQL database in Helm, you will need to edit your code, update the database server as 192.168.1.11
With MSSQL database, you will need to use its port as 1533, beside the database server is 192.168.1.11

Do not use “localhost” cause the database server is not the same with web server.

Helm3 end-users how to

helm3 end-users how to 1. How to login to Helm
http://kb.3inetwork.com/helm3-user/dang-nhap-helm.html

2. How to use Password reminder
http://kb.3inetwork.com/helm3-user/quen … -nhap.html

3. How to add new hosting packages
http://kb.3inetwork.com/helm3-user/tao- … kages.html

4. How to add a domain
http://kb.3inetwork.com/helm3-user/add-new-domain.html

5. How to create a POP email account
http://kb.3inetwork.com/helm3-user/khoi-tao-email.html

6. How to create an autoresponder
http://kb.3inetwork.com/helm3-user/tu-dong-tra-loi.html

7. How to create a default (catch-all) email account
http://kb.3inetwork.com/helm3-user/catc … count.html

8. How to create an email forwarder (redirect)
http://kb.3inetwork.com/helm3-user/email-forwarder.html

9. How to create a Multi-Recipient Address
http://kb.3inetwork.com/helm3-user/mailing-list.html

10. How to create an FTP account
http://kb.3inetwork.com/helm3-user/tao- … count.html

11. How to create a subdomain
http://kb.3inetwork.com/helm3-user/tao- … omain.html

12. How to create a domain pointer (alias)
http://kb.3inetwork.com/helm3-user/parked-domain.html

13. How to create a MySQL database
http://kb.3inetwork.com/helm3-user/tao- … ql-db.html

14. How to create a MS-SQL database
http://kb.3inetwork.com/helm3-user/tao- … ql-db.html

15. How to create a MS Access database
http://kb.3inetwork.com/helm3-user/tao- … ss-db.html

16. How to create an ODBC DSN
http://kb.3inetwork.com/helm3-user/tao-moi-odbc.html

17. Managing MySQL databases with PhpMyAdmin
http://kb.3inetwork.com/helm3-user/quan … admin.html

18. How to install Frontpage extensions
http://kb.3inetwork.com/helm3-user/cai- … tpage.html

19. How to use File Manager
http://kb.3inetwork.com/helm3-user/file-manager.html

20. How to install an SSL certificate
http://kb.3inetwork.com/helm3-user/cai-dat-ssl.html

21. How to create custom error pages
http://kb.3inetwork.com/helm3-user/cust … pages.html

22. Managing DNS zones with DNS Zone Editor
http://kb.3inetwork.com/helm3-user/quan-tri-dns.html

23. How to use Secure Folders
http://kb.3inetwork.com/helm3-user/secured-folder.html

24. How to view your website statistics
http://kb.3inetwork.com/helm3-user/thon … y-cap.html

25. How to manage your billing
http://kb.3inetwork.com/helm3-user/helm3-billing.html

26. How to change your Helm password
http://kb.3inetwork.com/helm3-user/thay … -helm.html

27. How to change your FTP password
http://kb.3inetwork.com/helm3-user/thay … u-ftp.html

28. How to change your Frontpage password
http://kb.3inetwork.com/helm3-user/thay … tpage.html

29. How to edit your personal details
http://kb.3inetwork.com/helm3-user/thay … g-tin.html

30. How to add Virtual Directories
http://kb.3inetwork.com/helm3-user/virt … ories.html

31. How to edit your Default Documents list
http://kb.3inetwork.com/helm3-user/ten- … -dinh.html

32. How to enable Parent Paths
http://kb.3inetwork.com/helm3-user/parent-path.html

33. How to add extra features to your account
http://kb.3inetwork.com/helm3-user/extra-features.html

How can my DA pop3 users change email password?

f you are using DirectAdmin control panel and would like your pop3 users to be able to change their own email passwords without having to login to the control panel, simply give them this link:

http://www.domain.com:2222/CMD_CHANGE_EMAIL_PASSWORD

Replace www.domain.com is your domain.

Newer Posts »

Blog Directory - Blogged