o
k
q
u
e
s
t
i
o
n
s
.
c
o
m

unable to Send Mail through Vbscript -

<BODY>
<%
Set SMTP = CreateObject("EasyMail.SMTP.6")
SMTP.MailServer = "<the serveraddress>"
SMTP.FromAddr = "<from address>"
SMTP.AddRecipient "", "chandana.sameera@ge.com", 1
SMTP.Subject = "Hi test mail"
SMTP.BodyText = "This is a test mail from asp"
SMTP.LicenseKey = "<the license key>"

x = SMTP.Send()
response.write x
%>
</BODY>

I was using this code to send a mail and I got x=8 which means that there is an error:
An error was reported in response to a recipient address. The SMTP server may refuse to handle mail for unknown recipients.

The same is the case when I try to use this component 'EasyMail.SMTP.6' in VC++ and execute it.Its is giving the same error number.

How do I go about this issue.Any help?
Thanks in advance.Its urgent.

Regards,
Sameera.

 

sending mail through vbscript -
can anybody help me to send mail to account through vbscript code thanx


unable to Send Mail through Vbscript -
<BODY> <% Set SMTP = CreateObject("EasyMail.SMTP.6") SMTP.MailServer = "<the serveraddress>" SMTP.FromAddr = "<from address>" SMTP.AddRecipient "", "chandana.sameera@ge.com", 1 SMTP.Subject = &q


send EMAIL... -
I know that this question has been asked for number of times but this is bit different... I want to send an email from VB but if I use MAPI controls then I need to have a mail client installed and configured on the pc...Like outook, outlook express, groupwise etc... Is there any


CDO Mail Error -
I get the folwling mail when i am trying to pump a mail through a SMTP server, Logged: Error:: CDOMail Unable to set message configuration for send to port method failed. Can someone help me on this.. I Desperately Want help


I need reference material for WSHost/VBS/sending and reading email -
I'm trying to automate some export/imports between systems using VBScript (*.vbs files) and Windows Script Host (wshost). I'm trying to send an email but the following code won't work Set Mail = CreateObject("CDONTS.Newmail") if err.number = 0 then Mai


Send Mail To POP3 -
Hey All, if i send an e-mail it goes like this: Outlook connects to my ISP SMTP server and send the data. But what happens with my e-mail then? i know if i send an e-mail to a hotmail user it will send it to the servers of hotmail. But can i get the protocol of this transaction?


Using mail merger from outlook -
While using the mail merge feature of MS Word from Outlook 2000, i am unable to send pictures and text boxes and their contents. Only the text is being mail merged to e-mail type output. Can any body help this out . This is most urgent. you can also mail me to adhi_r_balaji@yahoo.com.


How to send mail directly -
Hello, There are many programs in the market that can send email directly without relying of SMTP Server. I am trying to develop an application like that. Till now, my concept is not clear. I am trying to perform mx query for a domain. It returns me an ip address. I tried to send mail


How to send mail in html format using smtp. -
Hello, I am getting one problem in sending mail. I took one listbox in vb form. there i fetch some persons name from database and then i am sending mail to each person in listbox with different data in html format. And i am using Outlook reference to send mail. But the problem is th


ASP AND E-MAIL! ASP AND E-MAIL! ASP AND E-MAIL! ASP AND E-MAIL! ASP AND E-MAIL! MAIL! -
Hey there. Could someone please tell me how I could possibly send e-mail through ASP. Preferably no speculations, just links to help etc.! Thanks all


automatic e-mail -
I'm trying to create a stored procedure that will send an e-mail automatically. My app is a html form / cgi/vbscript /Access97 DBase app. The parameters I'm using are stored in a Membership table, and the e-mail is based on unique MemberID. Since this is a stored procedure, I don't


how do u send forms to your e-mail! -
i was wondering how do u make it so it sends lets say a text to your e-mail without going into the persons e-mail prog or wat ever... just so i can send a form info right to my e-mail!?


E-Mail in VB -
I'm trying to make a program where all the user has to enter is the e-mail address to send the e-mail, the subject, and the message and it will send the e-mail with no problem. Can anyone help me with this?


Microsoft Outlook References -
i Would like to be able to send code through A Vb program. i would like to send a subject and a description to each e mail and i would like change the e-mail address for every mail i send thank you


How to send a Mail thro VB -
Hi Guys, I am developing on office package. In that i would like to incorporatie the utility to send a Mail. In my client list no body have the computer knowledge. So i want to send a mail which is automatically detect the Internet setting like is it Diap-up or Proxy Setting or othe


how to DISABLE send e-mail confirmation -
Hi everyone, we have a distribution list in MS Excel that it updated from database. People who are given "flag" should receive an e-mail. Everything works fine including the send e-mail (through outlook) except that for every person it gives a warning that another applica


Desperately need advice from VB Guru here -
Please help!!!!!!! I am currently working on a VB application to send mail to any mail account, this includes hotmail account and also lotus notes account. Any gurus here please advice. So far I have no problem sending mail to internet email account (eg hotmail) using asp (vbscript) b


Windows XP Pro Users -
Has any XP Pro user managed to send an e-mail with an asp script? I haven't been able to do so, but I want my scripts to be able to send e-mail. If anyone has been able to send e-mail, can you tell me how you did it?


A program is trying to send ..... Outlook -
Hi everybody, I have created a program with features to send automaticly mail and sms. All work fine until today. I have applied the security Outlook update on my outlook 2000, and now, each time there is this message when the program send a mail or SMS : A program is trying to acce


Need help in sending mail through VB -
Hi, I want to send mail from VB6. I can send mail from my configured outlook setting using VB by calling outlook libraries. Is there any way to send mail without using outlook libraries. I am using the code sent by one of great coder present at the URL http://www.freevbcode.com/Sho


problen in sending email -
hi,i am using c#asp.net,i am sending email using the folowing code: using System.Web.Mail; MailMessage mail = new MailMessage(); mail.To = TextBox1.Text; mail.From = TextBox2.Text; mail.Subject =TextBox3.Text; mail.Body = TextBox4.Text; SmtpMail.Smtp


[2005] Trouble with mail, SMTP -
Hey Been trying to get the email function to work all night but I really can't get it. Usually it says "SMTP was unable to send mail" or something, could someone look over my code? Code: Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.Eve


send mail through database using asp.net -
Hi friends, I am using Asp.net application and sql server 2005. I assigned job for users using job scheduling. ie activate and deactivate while we assign the job at particular time it change at that time(activate/deactivate). While the changes will come at that time i need to send


Sending mails via Outlook -
i have a project, and i need to send mail via Microsoft office oultook and its working fine my prob is, i have priorities in the mails that needs to be send so, if their was a file being uploaded in the outbox, and suddenly a higher priority mail should be send instantly, it wont b


Winsock control & email -
Hello, I'm using the winsock control as a method of sending email from my vb application. It works fine , for sending a mail within the company i work in. But when I try and send a mail to hotmail etc , the message doesnt get delivered. I use Exchange 5 , and this is re-routed


how to open mail message with mail template -
Hi, In my code i want to open a mail template like when you click a mailto-link, so the person views the mail, but the mail uses a certain template. Certain things should already be filled in when the person gets the mail. Like send to, subject and some parts of the template. Other


How to make local machine send mail -
guys, can anyone spare me some time to show me how to setup and configure my machine so that i can send my mail using my machine as the SMTP server? i got the IIS installed ... but i cannot use my own machine to send mail or be a mail server..... how to troubleshoot this?


Sending E-mail using Mapi -
I've put some code in my program (Mapi), that sends e-mail...its basically a feedback thing...I have a text box where users can write complains or the problem they are facing with my program...and then it is sent as an e-mail....The whole process looks a bit ugly to me that when send m


Send E-Mail. How -
How to Send E-Mail through VB. Even I should be able to retrieve the e-mail addresses from database and send the same message to all.


Can I use the Outlook interface when sending an e-mail from a VB app -
I have an existing VB 6 application that uses MAPI to send e-mail. Currently the application uses a custom built e-mail message interface with a To: Subject: and Body. It is butt-ugly. I would like this application to use the standard MS Outlook "new e-mail message interface&


smtpmail -
I'm trying to use the smtpmail class. I have two e-mails I need to send out....one everytime an error occurs, and one everytime an error occurs as long as it is a certain time of the day. The second e-mail is for a cell phone text messaging, and I don't want it ringing at 3am in the mo


Sending mail -
Hello! I'm developing an internet application and I'd like to ask this: Is possible to send mail without any ActiveX controls? Or if it isn't: How can I send mail with Winsock control? Regards Zvonko


Automated tasks in SQL Server 7.0 -
Hi, I need to develop automated tasks that'll run under MS SQL Server 7.0 using the SQL Server Agent's job sceduler. Since I have never worked with this functionality as of yet, I would need some advise as to how this all works. What I basically need to do is to load, each da


Sending Email without using SMTPServer details -
Hi all, I need to send a mail from my web page. I got the sample to send the mail using system.web.mail class and thus by creating an object of mailmessgae(). But there I have to give the value for SmtpMail.SmtpServer. I'm not sure about the clients SMTP server details. Is there


E-mail Through ASP -
My goal here is just to be able to send an E-mail through ASP. I have tryed CDONTS and JMAIL but with both I get an internal server error. Other ASP pages do work. Does anyone have an idea why they would be working or another way to send an e-mail? Thanks in advance


VB Code to send Access Report content in E-mail -
Is there any way to send the content of Report in E-mail? I dont want to send it as attachment. Basically, my requirement is to format my e-mail in report and use that content to send mail when I trigger it from a ACCESS - FORM


How to send e-mail from a vb program -
I know a way to send e-mail from a vb program but it requires outlook profile, I dont like that cause some people do not have outlook and those that do have outlook might not have profiles set as it comes with Internet explorer as default... Does anyone know a way to send an e-mail wh


[02/03] problem with mail server when attempting to send mail -
ye ye its me again! ok heres the deal, im making a program that sends e-mails, with the code found @ this thread ok i got the code all runing and working, manually fixed some errors, ask if u want the source. my problem is that when i send the mail its send from a different e-mail


Mail Server Questions -
Hi, I am trying to make a Internet Email Server. I would like to know the commands used by mail servers to transmit data through pop3. I have got the smtp part down, the customer or whomever which I give an email address, can almost send mail to another person across the interne


Help with HTML e-mail -
How can I send HTML in an e-mail from an asp page, I use code similar to the one layed out bellow to send text based e-mail, is it very different to send HTML e-mail? Set sendmail = Server.CreateObject("CDONTS.NewMail") sendmail.From = "me" sendmail.To = "