Web Wiz - Green Windows Web Hosting

  New Posts New Posts RSS Feed - Problem with JMAIL
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Problem with JMAIL

 Post Reply Post Reply
Author
aloytxychs View Drop Down
Newbie
Newbie


Joined: 09 December 2003
Status: Offline
Points: 20
Post Options Post Options   Thanks (0) Thanks(0)   Quote aloytxychs Quote  Post ReplyReply Direct Link To This Post Topic: Problem with JMAIL
    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.

Back to Top
WebWiz-Bruce View Drop Down
Admin Group
Admin Group
Avatar
Web Wiz Developer

Joined: 03 September 2001
Location: Bournemouth
Status: Offline
Points: 9844
Post Options Post Options   Thanks (0) Thanks(0)   Quote WebWiz-Bruce Quote  Post ReplyReply Direct Link To This Post 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.
Back to Top
india View Drop Down
Senior Member
Senior Member


Joined: 21 November 2003
Status: Offline
Points: 499
Post Options Post Options   Thanks (0) Thanks(0)   Quote india Quote  Post ReplyReply Direct Link To This Post Posted: 25 January 2004 at 9:52am

Hello,

How can i do it objectless ?

India

http://mumbai2.netfirms.com
Back to Top
WebWiz-Bruce View Drop Down
Admin Group
Admin Group
Avatar
Web Wiz Developer

Joined: 03 September 2001
Location: Bournemouth
Status: Offline
Points: 9844
Post Options Post Options   Thanks (0) Thanks(0)   Quote WebWiz-Bruce Quote  Post ReplyReply Direct Link To This Post Posted: 25 January 2004 at 9:57am
Simple answer, YOU CAN'T
Back to Top
aloytxychs View Drop Down
Newbie
Newbie


Joined: 09 December 2003
Status: Offline
Points: 20
Post Options Post Options   Thanks (0) Thanks(0)   Quote aloytxychs Quote  Post ReplyReply Direct Link To This Post Posted: 26 January 2004 at 7:18am

anybody here can recommend some free smtp providers?

 

Back to Top
Bluefrog View Drop Down
Senior Member
Senior Member


Joined: 23 October 2002
Location: Korea, South
Status: Offline
Points: 1701
Post Options Post Options   Thanks (0) Thanks(0)   Quote Bluefrog Quote  Post ReplyReply Direct Link To This Post Posted: 26 January 2004 at 11:11am

Download Mercury32 from 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.

 

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.