Current location: Hot Scripts Forums » Programming Languages » ASP » ASP FormMail error


ASP FormMail error

Reply
  #1 (permalink)  
Old 03-22-09, 03:53 PM
arstewar arstewar is offline
New Member
 
Join Date: Mar 2009
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
ASP FormMail error

Hey, I've been trying to get a form mailer to work for a while now, always ends up in errors, the latest I have tried to use comes from BrainJar.

My error is:
Server object error 'ASP 0177 : 800401f3'

Server.CreateObject Failed

/ohlandproperties/formmail.asp, line 482




Here is line 482 (in red):

'Send email (ASPMail version).
if mailComp = "ASPMail" then
set mailObj = Server.CreateObject("SMTPsvg.Mailer")
mailObj.RemoteHost = smtpServer
mailObj.FromAddress = fromAddr
for each addr in Split(recipients, ",")
mailObj.AddRecipient "", Trim(addr)
next
if ccToAddr <> "" then
mailObj.ReplyTo = Trim(ccToAddr)
mailObj.AddCC "", Trim(ccToAddr)
elseif replyToAddr <> "" then
mailObj.ReplyTo = Trim(replyToAddr)
end if
mailObj.Subject = subject
mailObj.ContentType = "text/html"
mailObj.BodyText = body
if not mailObj.SendMail then
SendMail = "Email send failed: " & mailObj.Response & "."
end if
exit function
end if



I'm relatively new to this, any explanation would be most appreciated!
Reply With Quote
  #2 (permalink)  
Old 10-19-11, 12:19 PM
hu_yang hu_yang is offline
New Member
 
Join Date: Oct 2011
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
ASp.NET Email

The following link will help you to solve asp.net email problem

ASP.NET Email application

Yang.
Reply With Quote
  #3 (permalink)  
Old 12-03-11, 10:05 AM
irealtysolution's Avatar
irealtysolution irealtysolution is offline
New Member
 
Join Date: Dec 2011
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
"Server.CreateObject Failed" error means that the component "SMTPsvg.Mailer" is not available/installed on your server.

Attached is an .asp file. Unzip and upload .asp file to your server and execute it. This will give you the list of components installed on your server.

Hope that helps.

Thanks!
Zeeshan Dar
CEO iRealtySolution
Attached Files
File Type: zip components.zip (9.4 KB, 1 views)
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
ASP or PHP which is better? nepala The Lounge 9 07-14-10 05:48 AM
C++ and MSSQL tutorials? scott2500uk C/C++ 8 05-11-09 02:33 AM
ASP Formmail from BrainJar slayers ASP 2 03-22-09 03:37 PM
Syntax Error Nikas Database 4 05-15-08 10:48 AM
ASP upload prob minority ASP 1 06-27-05 08:35 AM


All times are GMT -5. The time now is 04:05 PM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.