Print Page | Close Window

Problem with JMAIL

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=9225
Printed Date: 07 April 2026 at 6:41pm
Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com


Topic: Problem with JMAIL
Posted By: aloytxychs
Subject: Problem with JMAIL
Date Posted: 25 January 2004 at 9:17am

i get this problem whenever i want to send mail from my forum:

jmail.Message error '8000ffff'

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

/forum7/functions/functions_send_mail.asp, line 228

the code looks something like this:


  'JMail component
  Case "Jmail"

   'Create the e-mail server object
   'Here we change the method from Jmail.SMTPMail to Jmail.Message
   Set objJMail = Server.CreateObject("JMail.Message")

   With objJMail
     'Who the e-mail is sent to
    .From = strFromEmailAddress
    .FromName = strFromEmailName
    .AddRecipient strRecipientEmailAddress
   
    'Send SMTP Server authentication data
    .MailServerUserName = "orchids"
    .MailServerPassword = "*******"

    '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
   
    'Out going SMTP mail server address
     .Send("smtp.hotpop.com" )

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

   'Close the server mail object
   Set objJMail = Nothing

can anybody help me and show me how to send email using the Jmail component? thank you.




Replies:
Posted By: WebWiz-Bruce
Date Posted: 25 January 2004 at 9:18am
The error means the SMTP server you are using is either not working or incorrect.

Have a look on the JMail site for more help on JMail errors.


-------------
https://www.webwiz.net/web-wiz-forums/forum-hosting.htm" rel="nofollow - Web Wiz Forums Hosting
https://www.webwiz.net/web-hosting/windows-web-hosting.htm" rel="nofollow - ASP.NET Web Hosting


Posted By: india
Date Posted: 25 January 2004 at 9:52am

Hello,

How can i do it objectless ?



-------------
India

http://mumbai2.netfirms.com


Posted By: WebWiz-Bruce
Date Posted: 25 January 2004 at 9:57am
Simple answer, YOU CAN'T

-------------
https://www.webwiz.net/web-wiz-forums/forum-hosting.htm" rel="nofollow - Web Wiz Forums Hosting
https://www.webwiz.net/web-hosting/windows-web-hosting.htm" rel="nofollow - ASP.NET Web Hosting


Posted By: aloytxychs
Date Posted: 26 January 2004 at 7:18am

anybody here can recommend some free smtp providers?

 



Posted By: Bluefrog
Date Posted: 26 January 2004 at 11:11am

Download Mercury32 from http://www.pmail.com - http://www.pmail.com . Then get a DDNS service from someone like TZO.com or Noip.com.

Tada. You have your own SMTP server with a domain name.

 



-------------
http://renegademinds.com/" rel="nofollow - Renegade Minds - Guitar Software http://renegademinds.com/Default.aspx?tabid=65" rel="nofollow - Slow Down Music



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