JMail Execute Error
Re-invent ASP.NET Hosting Community
Home       Members    Calendar    Who's On
Welcome Guest ( Login | Register )
        



JMail Execute Error Expand / Collapse
Author
Message
Posted 1/7/2007 2:18:00 PM
Forum Newbie

Forum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum Newbie

Group: Forum Members
Last Login: 1/7/2007 8:58:00 PM
Posts: 1, Visits: 1

I have three forms on my site that all use the same jmail code and were working up until now even though we have not made any changes to our site.  The code is as follows:

 Set JMail = Server.CreateObject("JMail.SMTPMail")

  JMail.Logging = true
  JMail.ContentType = "text/html"

' This is my local SMTP server

  JMail.ServerAddress ="mail.rms-hrmgr.com"

  Jmail.Sender = "administrator@rms-hrmgr.com"

  JMail.AddRecipient "support@rms-hrmgr.com"

  JMail.Subject = "Product Update"

  JMail.Body = strData

  JMail.Priority = 2

  JMail.AddHeader "Originating-IP", Request.ServerVariables("REMOTE_ADDR")

  JMail.execute

  JMail.ClearRecipients()

  set JMail = nothing


' END JMail Application1

and here is the error:

jmail.SMTPMail error '8000ffff'

The message was undeliverable. All servers failed to receive the message

/contactus_feedback.asp, line 37

Any help is greatly appreciated,

Gary

Post #469
« Prev Topic | Next Topic »


Reading This Topic Expand / Collapse
Active Users: 0 (0 guests, 0 members, 0 anonymous members)
No members currently viewing this topic.
Forum Moderators: Administrator, Re-invent (Paul), Re-invent (Nick)

Permissions Expand / Collapse

All times are GMT -5:00, Time now is 12:49am

Powered By InstantForum.NET v4.1.4 © 2008
Execution: 0.094. 12 queries. Compression Disabled.


Copyright 2007 Re-invent Technologies LLC All Rights Reserved.