Archive for the ‘Problems with Service’ Category

December-22-2009
Filed Under (Problems with Service) by admin

Everytime I try to send email, it asks me for a verification by filling in the alphanumeric characters I see into the box below them, but it will not let my cursor get access to the box. I have gone to the alternate site (http://us.m.yahoo.com/p/mail) but my recipients do not appear to be getting my email messages. Can you help?


December-21-2009
Filed Under (Problems with Service) by admin

Everything, includuing my desktop and all programs, became smaller. Changing the screen resolution doesn’t fix it. Do you have any suggestions?


November-2-2009
Filed Under (Problems with Service) by admin

Recently Yahoo apparently added an “email verify” page on which you must repeat some letters before you can send email. However, this page will not respond to any keystroke, and will not let me input anything. Therefore, I now can not send email. How do I fix this (other than by using MSN mail)?


October-6-2009
Filed Under (Problems with Service) by admin

how to send a email to wish ko lang


September-21-2009
Filed Under (Problems with Service) by admin

I have not been receiving any email since april 2009. I have tried sending email from another account. However when I tried to send an email from my yahoo account to another account, I can receive it at another account. Your help is greatly appreciated.


August-7-2009
Filed Under (Problems with Service) by admin

using 2 ways (cdonts and also simply use cdo.message)
coding for cdo
—————-
<%
Dim sMsg
Dim sTo
Dim sFrom
Dim sSubject
Dim sTextBody

sTo = "business@ascetic.in"
sFrom = "info@ascetic.in"
sSubject = "Insert here your subject text"
sTextBody = "Insert here your plain body text"

Dim objMail
'Create the mail object
Set objMail = Server.CreateObject("CDO.Message")

'Set key properties
objMail.From = sFrom
objMail.To = sTo
objMail.Subject= sSubject
objMail.TextBody = sTextBody

'Send the email
objMail.Send

'Clean-up mail object
Set objMail = Nothing
%>

using cdonts (i Installed cdonts.dll)
—————–
<%
Set objCDOMail = Server.CreateObject("CDONTS.NewMail")
objCDOMail.From = "info@ascetic.in"
objCDOMail.To = "business@ascetic.in"
objCDOMail.Subject = "General Info"
objCDOMail.BodyFormat = 0
objCDOMail.MailFormat = 0
objCDOMail.Body = strBody
objCDOMail.Importance = 1
objCDOMail.Send
Set objCDOMail = Nothing
%>



July-16-2009
Filed Under (Problems with Service) by admin

This has been happening for a few months now. I am unable to send Email. A pop-up tells me that Yahoo server cannot be found and unable to send message/Email. This also finds its way to my inbox and leaves six messages that state the same thing – Email not sent. I have tried everything I know to find a current Email address for Yahoo, but to no avail. I need help please.

Thanks



January-31-2009
Filed Under (Problems with Service) by admin

It is my girlfriend that I am tring to email. I am in Japan, and I have been emailing her phone and she has been getting my emails and now it won’t even let me email her. What is the matter with Yahoo?