by Perk1z on July 18, 2007
<%
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 PUBLIC “-//W3C//DTD HTML 4.01 Transitional//EN” “http://www.w3.org/TR/html4/loose.dtd”>
<html>
<head>
<title>Email</title>
<meta http-equiv=”Content-Type” content=”text/html; charset=iso-8859-1″>
</head>
<body>
Email has sent!
</body>
</html>
Popularity: 11% [?]
by Perk1z on January 27, 2007
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 “INBOX.Trash”
Reason Given: [ALERT] COPY failed - no write permission or out of disk space.
|
|
ERROR:
|
|
ERROR: Could not complete request.
Query: CREATE “INBOX.Drafts”
Reason Given: Cannot create this folder.
|
Popularity: 7% [?]
by Perk1z on November 8, 2006
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 solutions to fix the above problems:
1. Shutdown and restart your computer.
2. Make sure Outlook is configured for “SMTP: My server requires authentication,” and then use the same username and password as POP3 account.
3. Use port 26 for SMTPÂ instead of port 25. Many ISPs are now blocking port 25 to prevent their clients from spamming.
4. Temporarly turn off all virus and/or firewall software.
If all of the above solutions fail, please confirm that the mail server is online and responding you can perform the following:
1. From the Start button click Run
2. Type in telnet yourdomain.com 25
You should receive something to the effect of:
220-host.idwebhost.com ESMTP Exim 4.52 #1 Day, XX Month Year HH:MM:SS
220-We do not authorize the use of this system to transport unsolicited,
220 and/or bulk e-mail.
Popularity: 12% [?]
by Perk1z on September 11, 2006
When is it email, and when is it email abuse?
Email is a tremendously powerful communications tool, used by millions of people in thousands of positive ways. Unfortunately, such a powerful tool has the potential to be used in other, less productive, ways.
Someone sending email incurs no incremental cost; sending one message costs about the same as sending 100 messages. Some folks use this feature of email to send messages to thousands, even millions, of people at once. These are usually advertisements, sometimes sermons on the sender’s favorite topic, sometimes pleas for financial assistance or scams intended to defraud the unwitting. Almost all of these messages go to people who did not ask to receive them. Also, some people use email in denial-of-service attacks, using various methods to flood someone’s emailbox with so many messages that their email becomes unusable. These are examples of abuse of the email system.
Also, it is possible to impersonate, threaten, disparage, or otherwise harass someone via email. These are examples of abuse on the email system, and are not the subject of this FAQ.
Notable exceptions to bulk email abuse are legitimate mailing lists, where people subscribe to receive messages pertaining to a particular subject. These lists can be large, and they can account for large numbers of messages being sent, but they are in no way abuse of the email system. Quite the opposite, in fact - they are a perfect example of the productive power of email. [click to continue...]
Popularity: 6% [?]
by Perk1z on April 10, 2006
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 able to sign in to any of Yahoo!’s services under this ID, or any aliases associated with it once it is closed.
To check which aliases are associated with this account, go to Yahoo! Profiles and click on Edit My Profile. If you are prompted to sign in, use the ID you would like closed.
Popularity: 7% [?]
by Perk1z on April 10, 2006