Posted July 18th, 2007 by Perk1z
<%
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: asp, Code, eMail, GMail
Posted January 27th, 2007 by Perk1z
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: eMail, Error
Posted November 8th, 2006 by Perk1z
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: eMail, Error, outlook
Posted April 10th, 2006 by Perk1z
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: eMail, Tips
Posted April 10th, 2006 by Perk1z
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: eMail, outlook