Send an email with your GMail account and CDO Components

<%
Set objCDOSYSMail = Server.CreateObject(”CDO.Message”)
Set objCDOSYSCon = Server.CreateObject (”CDO.Configuration”)
objCDOSYSCon.Fields(”http://schemas.microsoft.com/cdo/configuration/smtpserver”) = “smtp.gmail.com”
objCDOSYSCon.Fields(”http://schemas.microsoft.com/cdo/configuration/smtpserverport”) = 465
objCDOSYSCon.Fields(”http://schemas.microsoft.com/cdo/configuration/smtpusessl”) = true
objCDOSYSCon.Fields(”http://schemas.microsoft.com/cdo/configuration/smtpauthenticate”) = 1
objCDOSYSCon.Fields(”http://schemas.microsoft.com/cdo/configuration/sendusername”) = “myemailaccount”
objCDOSYSCon.Fields(”http://schemas.microsoft.com/cdo/configuration/sendpassword”) = “mypassword”
objCDOSYSCon.Fields(”http://schemas.microsoft.com/cdo/configuration/sendusing”) = 2
objCDOSYSCon.Fields(”http://schemas.microsoft.com/cdo/configuration/smtpconnectiontimeout”) = 60
objCDOSYSCon.Fields.Update
Set objCDOSYSMail.Configuration = objCDOSYSCon
objCDOSYSMail.From = “myemailaccount”
objCDOSYSMail.To = “myfriend”
objCDOSYSMail.Subject = “This is my subject for my test message smtp gmail”
objCDOSYSMail.HTMLBody = “This is the body ”
objCDOSYSMail.Send
Set objCDOSYSMail = Nothing
Set objCDOSYSCon = Nothing
%>
<!DOCTYPE HTML [...]

Tags: , , ,

Filed under:How To

SquirrelMail Error Delete Mail

Pesan error dibawah muncul jika quota space hosting anda full atau out of space. Silahkan delete file² yang tidak diperlukan, setelah itu logout dan login kembali. Jika belum berhasil, silahkan kontak pengelola hosting anda untuk menghapusnya atau bisa juga upgrade hosting anda ke paket yang lebih besar.

ERROR:

ERROR: Could not complete request.
Query: COPY 17:23,32,59,503:504,509,511:513 [...]

Tags: ,

Filed under:Error

Outlook SMTP Error Number: 0×800CCC0B

This error is usually not a server problem, and is caused by one of the following errors.

1. Your email client is misconfigured
2. Your ISP is blocking access to port 25
3. There is a DNS problem with your ISP
4. There is an error with SMTP on one of our servers
Below you will find the most common [...]

Tags: , ,

Filed under:Error

How to Terminating Your Yahoo! Account !!!

You can now terminate your Yahoo! account by going to https://edit.yahoo.com/config/delete_user.
Important Note: Closing your entire Yahoo! account means that we will also close any other items associated with your Yahoo ID, such as Aliases, Profiles, Classified Ads, Clubs that you are either the founder or a member of, Finance portfolios, etc. You will not be [...]

Tags: ,

Filed under:Tips

Free Yahoo! Mail Account with Outlook Express

Outlook Express Tip
If you subscribe to Yahoo! Mail Plus, you can download messages received at your Yahoo! Mail account to any email program using POP. If you do not, you cannot.
At least not directly. A number of smart tools can translate your web-based Yahoo! Mail account into a POP account Outlook Express understands. One of [...]

Tags: ,

Filed under:How To