473,500 Members | 1,963 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

ASP-0177-800401f3 error

I am running ASP from a remote host and I am getting ASP-0177-800401f3 error. Can I fix on my end?
Expand|Select|Wrap|Line Numbers
  1.  
  2. Sub SendEmail() 
  3.     Dim Mailer, strBodyMessage, strMessage,font,color,line,color1,color2
  4.     color="<font face='Verdana, Arial, Helvetica, sans-serif' size='2' color='#000000'>"
  5.     color1="<font face='Verdana, Arial, Helvetica, sans-serif' size='2' color='#666666'>"
  6.     color2="<font face='Verdana, Arial, Helvetica, sans-serif' size='2' color='#990000'>"
  7.     font="<font face='Verdana, Arial, Helvetica, sans-serif' size='2'>"
  8.     line="<br>-------------------------------------------------------"
  9.     strBodymessage= "<h2>" & color & strTitle & "</font></h2>" & font & color & strEvite & strNote & "<p>" & color2 & strPersonalNote & "</font></p><p>Sincerely,</p>" & strName & "</font>"
  10.  
  11.  
  12.     Set Mailer = Server.CreateObject("SMTPsvg.Mailer")
  13.     Mailer.FromName = strName  
  14.     Mailer.FromAddress= "evite@broadwayunited.org"
  15.     Mailer.RemoteHost = "mail.broadwayunited.org"
  16.     Mailer.AddRecipient strFriend,strEmail2
  17.     Mailer.AddBCC "Evite","evite@broadwayunited.org"
  18.     Mailer.ReplyTo = strEmail
  19.     Mailer.Subject = strSubject 
  20.     Mailer.BodyText = "<html><body>" & strBodymessage & "</body></html>"
  21.     Mailer.ContentType = "text/html"
  22.     Mailer.Configuration.Fields.Item _
  23.     ("http://schemas.microsoft.com/cdo/configuration/sendusing")=2
  24.     Mailer.Configuration.Fields.Item _
  25.     ("http://schemas.microsoft.com/cdo/configuration/smtpserver")="10.10.10.23"
  26.     Mailer.Configuration.Fields.Item _
  27.     ("http://schemas.microsoft.com/cdo/configuration/smtpserverport")=25
  28.     Mailer.Configuration.Fields.Update
  29.  
  30.     if Mailer.SendMail then
  31.         response.write "<p class='title'>Thank you for sending our Evite!</p><p> Your friend will receive an email invitation to our sermon series shortly.</p>"
  32.     Else
  33.       Response.Write "<p class='title'>Mail send failure</p><p>Please Try Again later.</p>"
  34.     end if
  35.     Set Mailer = Nothing
  36. End Sub
  37.  
  38. %>
  39.  
Nov 16 '10 #1
0 1250

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

Similar topics

1
4365
by: Fred | last post by:
I just started using MySQL, and cannot find how to configure host access in the my.cnf file. I want to be able to allow access to a MySQL database from a remote host, and also from a particular...
0
1673
by: Johann Blake | last post by:
I am using the TcpClient to connect to a web site. I then open a NetworkStream and read the contents that are being sent back. The problem is that I have no idea when the remote host is finished...
0
1628
by: Bigdave | last post by:
hi Ive recently started coding a small project in c# using microsofts 2005 beta, i am trying to setup a small application that will send a string to a server via udp, then for that same app to...
0
1165
by: Nuno Magalhaes | last post by:
Hello all, I'm capturing the screen to a file (C:\output.wmv) as video source but now I have a big problem: How can I get the output sent to a remote host instead of a file? And, by the way, how...
2
1746
by: Matt | last post by:
Is it possible to clear the mail queue? I'm developing a site on a remote host. The code works fine and doesn't throw any errors. It was working correctly up until a couple days ago. Then...
4
3878
by: cpptutor2000 | last post by:
Could some C guru help me please? I am using the following program to open a SSH connection to a remote host and eventually run a program on that remote host. #include <stdio.h> #include...
4
3271
by: Vicente García | last post by:
Hello!! sorry for my english, I've made an application that ran correctly for 3 days, It's a service, however in the third day the application failed because of "An existing connection was...
1
1208
by: vijayB | last post by:
Hi All, I have written an application in which I m accessing remote host name using; System.net.dns.GetHostByAddress(<IP Address>).HostName It is working fine with Windows Vista and Windows...
3
3935
by: Jason | last post by:
I am working on an asynchronous UDP socket server platform, and I am running into what appears to be a common problem but I have not found a good answer yet. If this was TCP, when the routine...
5
2270
by: sakthikumarb | last post by:
Hi, How can i get event for remote host is booting up,there is any wmi mechanism for the same.if not,what is the other procedure to get a event for remote host bootup/startup time . Thanks...
0
7136
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
7182
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
1
6906
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
5490
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
4611
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
3110
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
3106
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1430
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
0
316
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

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.