Print Page | Close Window

Jmail 2003 Server Problem

Printed From: Web Wiz Forums
Category: Web Wiz Web App Support Forums
Forum Name: Web Wiz Forums
Forum Description: Support forum for Web Wiz Forums application.
URL: https://forums.webwiz.net/forum_posts.asp?TID=12464
Printed Date: 11 April 2026 at 11:42am
Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com


Topic: Jmail 2003 Server Problem
Posted By: byfobi
Subject: Jmail 2003 Server Problem
Date 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



-------------
http://forum.takil.net



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.08 - https://www.webwizforums.com
Copyright ©2001-2026 Web Wiz Ltd. - https://www.webwiz.net