473,387 Members | 1,592 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

cdoMessage question - sending to verizon phone

I am changing over to a cdo email messages for my site because they do
not support cdonts anymore - but I have one form that submits to my
phone and my email so the code looks like this

<%
sch = "http://schemas.microsoft.com/cdo/configuration/"

Set cdoConfig = CreateObject("CDO.Configuration")

With cdoConfig.Fields
.Item(sch & "sendusing") = 2 ' cdoSendUsingPort
.Item(sch & "smtpserver") = "mail.crea----ss.com"
.update
End With
Set cdoMessage = CreateObject("CDO.Message")

With cdoMessage
Set .Configuration = cdoConfig
.From = "91*@cre------ss.com"
.To = "Ra***@cre-----ess.com; 61*********@vtext.com"
.Subject = "testing"
.TextBody = "Name: " & request.form("txtname") & CHR(13) &
"Phone: " & request.form("txtphone") & CHR(13) & "Email: " &
request.form("txtemail") & CHR(13) & "Message: " &
request.form("txtmessage")
.Send
End With

Set cdoMessage = Nothing
Set cdoConfig = Nothing
%>

But it will not send to my phone I tested and the address is working
but I am not sure how to fix this - any help is apprieciated.

Thanks,
Randy

Apr 5 '07 #1
1 1304
do you guys think the best way is to set up a redirecting email
address - that will work but I just think there is another way

Apr 11 '07 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: DaleMan | last post by:
I'm looking for some help on how to dial a phone number in my application and send a text message to the portable machine that answers the call (cell phone, Palm, etc..). Anyone know of any sites...
3
by: squash | last post by:
I have a client who wants to be able to automatically send a text message to a cell phone after a user submits a form with a valid cell phone number. Is this possible? Which websites provide this...
4
by: DJ Craig | last post by:
How do you send an SMS with PHP? Right now, I send text messages to verizon users by just adding @vtext.com to their phone number and emailing that. Is there something like this that I could do...
2
by: manstey | last post by:
Hi, Our class has its attributes set as classes, as in MyClass.Phone.Value='34562346' MyClass.Phone.Private=True Inside the MyClass definition we have a function like this: def...
2
by: =?Utf-8?B?aXZtb3N0?= | last post by:
Can anyone please provide a link/url that documents all the properties (.to, ..from, .htmlbody, etc..) of the CDOMessage object? I am successfully generating and sending emails from my ASP pages,...
3
by: John | last post by:
Hi We have a staff database app that also stores staff pictures with each staff record. I have been asked to design something so we can send pictures of staff to people's mobiles when they need...
9
by: JoeP | last post by:
Hi All, How can I find the reason for such an error: Failure sending mail. Some Code... oMailMessage.IsBodyHtml = False oMailMessage.Body = cEmailBody Dim oSMTP As New SmtpClient...
0
by: =?Utf-8?B?ZmllbGRlcjI=?= | last post by:
I have a verizon pda is there a way for one to import a picture off my desktop and place it in an excell file on the verizon phone / pda. When i sync the file everything goes except the...
8
by: nargis2009 | last post by:
Hi, I have been encountering problems with my web page which is supposed to send email, and wondered if anybody can help find error. Initially I had all codes in one page and on click of...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.