473,325 Members | 2,860 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,325 software developers and data experts.

Email Functionality

Hai All,
I am using classic asp for my application. I am using the below coadings to send Email. but it's not Working. That Means The Email cannot Send to the Receiver.

<%
Dim usxCDO
Set usxCDO = Server.CreateObject("CDONTS.NewMail")
usxCDO.From = "domain@fromdomain.com"
usxCDO.Subject = "Thank You!"
usxCDO.To = "test@to.com"
usxCDO.Body = "Thank you for contacting the Law Offices of Ronald A. Ziff. We have received your information, and will contact you shortly."
usxCDO.Send
Set usxCDO = Nothing
%>

Please give me any solution for this.

Thanks in advance.
Jan 27 '12 #1
2 1657
Maybe your Mailprovider expects a SMTP authentification.
Jan 27 '12 #2
Rabbit
12,516 Expert Mod 8TB
Unless you're running your own e-mail server, you need to set up the server information.
Jan 27 '12 #3

Sign in to post your reply or Sign up for a free account.

Similar topics

0
by: Brian Henry | last post by:
I want my app to send an email to users on the exchange server locally... the email format internally is firstname_lastname which is the same as the domain user name of course..when someone clicks...
15
by: S Shulman | last post by:
Hi All I don't have smtp server and my email is hotmail and I am looking for smtp server so I will be able to send emails using .NET. Is there any server out there that I can use? Thank you...
9
by: roger.rigsby | last post by:
I have a working email functionality on my site but there's a problem with links. I really want to use the "send this article by email" sort of functionality on my site. But instead of emailing...
2
by: Dave | last post by:
I have a form on my ASP 3.0 web site and I need to monitor submissions. Is it possible to generate an email upon form submission? If so, how do I invoke the email functionality from an ASP 3.0...
1
by: donet programmer | last post by:
Is there a way to map multiple email addresses, for instance emailadd1@domain.com, emailadd2@domain.com.. etc to one email address emailadd@domain.com such that when an email is sent to emailadd1...
5
by: Franz Steinhaeusler | last post by:
Hi, although I have googled, I didn't find a Python email client program fitting to my needs. What I want is a program (it doesn't have to be so sophisticated as thunderbird) written totally in...
9
by: paulmitchell507 | last post by:
I have a file called email2.asp which I am using to mail data obtained from a SQL query. I would like to pass the holiday_ID value in the querystring attached to the end of the URL. It all works...
1
by: E11esar | last post by:
Hi there. I am developing a mobile device application which has an OpenFileDialog control which copies an image into a PictureBox, code as follows: try { OpenFileDialog open = new...
6
by: maheswaran | last post by:
I need FTP with the following functionality. 1. A FTP tool, which will automatically send email to people once download/upload is over. Is there any ftp available with this functionality?.
4
by: maheswaran | last post by:
I need FTP with the following functionality. 1. A FTP tool, which will automatically send email to people once download/upload is over. Is there any open source ftp available with this...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

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.