Web Wiz - Green Windows Web Hosting - Celebrating 25 Years!

  New Posts New Posts RSS Feed - Jmail 2003 Server Problem
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Jmail 2003 Server Problem

 Post Reply Post Reply
Author
byfobi View Drop Down
Newbie
Newbie
Avatar

Joined: 04 September 2004
Location: Turkey
Status: Offline
Points: 13
Post Options Post Options   Thanks (0) Thanks(0)   Quote byfobi Quote  Post ReplyReply Direct Link To This Post Topic: Jmail 2003 Server Problem
    Posted: 06 November 2004 at 7:36pm

jmail.SMTPmail Eror '8000ffff'

The messaage was undeliverable.All serves failet to receive the message

forum/functions/functions_send_mail.asp , line 226

-------------------------------------------------------

'JMail component
  Case "Jmail"

   'Create the e-mail server object
   Set objJMail = Server.CreateObject("JMail.SMTPMail")

   With objJMail
    'Out going SMTP mail server address
    .ServerAddress = strOutgoingMailServer

    'Who the e-mail is from
    .Sender = strFromEmailAddress
    .SenderName = strFromEmailName

    'Who the e-mail is sent to
    .AddRecipient strRecipientEmailAddress

    'The subject of the e-mail
    .Subject = strSubject

    'Set the e-mail body format (BodyHTML=HTML Body=Text)
    If blnHTML = True Then
     .HTMLBody = strEmailBodyMessage & strEmailBodyAppendMessage
    Else
     .Body = strEmailBodyMessage & strEmailBodyAppendMessage
    End If

    'Importance of the e-mail
    .Priority = 3

    'Send the e-mail
    If NOT strOutgoingMailServer = "mail.x.net" Then .Execute
   End With

   'Close the server mail object
   Set objJMail = Nothing

-----------------------------------------------------------

W2K No Problems

Windows 2003 Problems

Jmail, smpt : username , pass where are going in functions_send_mail.asp

I'm sorry low language eng.

plaase help me

Back to Top
 Post Reply Post Reply

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.08
Copyright ©2001-2026 Web Wiz Ltd.


Become a Fan on Facebook Follow us on X Connect with us on LinkedIn Web Wiz Blogs
About Web Wiz | Contact Web Wiz | Terms & Conditions | Cookies | Privacy Notice

Web Wiz is the trading name of Web Wiz Ltd. Company registration No. 05977755. Registered in England and Wales.
Registered office: Web Wiz Ltd, Unit 18, The Glenmore Centre, Fancy Road, Poole, Dorset, BH12 4FB, UK.

Prices exclude VAT at 20% unless otherwise stated. VAT No. GB988999105 - $, € prices shown as a guideline only.

Copyright ©2001-2026 Web Wiz Ltd. All rights reserved.