<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>Web Wiz Support and Community Forums : Mailing Problem</title>
  <link>https://forums.webwiz.net/</link>
  <description><![CDATA[This is an XML content feed of; Web Wiz Support and Community Forums : Web Wiz Forums : Mailing Problem]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Mon, 06 Apr 2026 13:41:14 +0000</pubDate>
  <lastBuildDate>Tue, 25 Nov 2003 16:41:22 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.08</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>https://forums.webwiz.net/RSS_post_feed.asp?TID=7524</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Web Wiz Support and Community Forums]]></title>
   <url>https://forums.webwiz.net/forum_images/web_wiz_forums.png</url>
   <link>https://forums.webwiz.net/</link>
  </image>
  <item>
   <title><![CDATA[Mailing Problem : line objJMail.Send(&amp;#034;mail.mywebsite.com&amp;#034;)...]]></title>
   <link>https://forums.webwiz.net/mailing-problem_topic7524_post38050.html#38050</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=13744">LeFou</a><br /><strong>Subject:</strong> 7524<br /><strong>Posted:</strong> 25&nbsp;November&nbsp;2003 at 4:41pm<br /><br /><P>line</P><P>&nbsp;objJMail.Send("mail.mywebsite.com") must be replaced with</P><P>&nbsp;objJMail.Send("mywebsite.com") that's it <IMG src="https://forums.webwiz.net/smileys/smiley1.gif" border="0"></P>]]>
   </description>
   <pubDate>Tue, 25 Nov 2003 16:41:22 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/mailing-problem_topic7524_post38050.html#38050</guid>
  </item> 
  <item>
   <title><![CDATA[Mailing Problem : Thx boRg,  I found the answer...]]></title>
   <link>https://forums.webwiz.net/mailing-problem_topic7524_post38047.html#38047</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=13744">LeFou</a><br /><strong>Subject:</strong> 7524<br /><strong>Posted:</strong> 25&nbsp;November&nbsp;2003 at 4:39pm<br /><br /><P>Thx boRg, </P><P>I found the answer by changing some codes as follows. Users who want to use JMail component on a private hosting company which demand a SMTP authentication , need to use the following modifed code.</P><P>----------------------------------------------------------</P><P>&nbsp;'JMail component<BR>&nbsp;&nbsp;Case "Jmail"</P><P>&nbsp;&nbsp;&nbsp;'Create the e-mail server object<BR>&nbsp;&nbsp;&nbsp;Set objJMail = Server.CreateObject("JMail.Message")<BR>&nbsp;&nbsp;&nbsp;With objJMail<BR>&nbsp;&nbsp;&nbsp;&nbsp;'Out going SMTP mail server address - no need here!!!<BR>&nbsp;&nbsp;&nbsp;&nbsp;'objJMail.ServerAddress = "mail.mywebsite.com:25" ' we are removing this part which make non-sense on authentication</P><P><BR>&nbsp;&nbsp;&nbsp;&nbsp;'Who the e-mail is from<BR>&nbsp;&nbsp;&nbsp;&nbsp;objJMail.from = strFromEmailAddress 'changing with .from<BR>&nbsp;&nbsp;&nbsp;&nbsp;objJMail.fromName = strFromEmailName 'changing with fromname</P><P>&nbsp;&nbsp;&nbsp;&nbsp;'Who the e-mail is sent to<BR>&nbsp;&nbsp;&nbsp;&nbsp;objJMail.AddRecipient strRecipientEmailAddress</P><P>&nbsp;&nbsp;&nbsp;&nbsp;'The subject of the e-mail<BR>&nbsp;&nbsp;&nbsp;&nbsp;objJMail.Subject = strSubject</P><P>&nbsp;&nbsp;&nbsp;&nbsp;'Set the e-mail body format (BodyHTML=HTML Body=Text)<BR>&nbsp;&nbsp;&nbsp;&nbsp;If blnHTML = True Then<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;objJMail.HTMLBody = strEmailBodyMessage &amp; strEmailBodyAppendMessage<BR>&nbsp;&nbsp;&nbsp;&nbsp;Else<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;objJMail.Body = strEmailBodyMessage &amp; strEmailBodyAppendMessage<BR>&nbsp;&nbsp;&nbsp;&nbsp;End If</P><P>&nbsp;&nbsp;&nbsp;&nbsp;'Importance of the e-mail<BR>&nbsp;&nbsp;&nbsp;&nbsp;objJMail.Priority = 3<BR>objJMail.MailServerUserName = "<A href="mailto:admin@mywebsite.com" target="_blank">admin@mywebsite.com</A>"<BR>objJMail.MailServerPassWord = "mypassword" <BR>&nbsp;&nbsp;&nbsp;&nbsp;'Send the e-mail<BR>&nbsp;&nbsp;&nbsp;&nbsp;objJMail.Send("mail.mywebsite.com")<BR>&nbsp;&nbsp;&nbsp;End With</P><P>&nbsp;&nbsp;&nbsp;'Close the server mail object<BR>&nbsp;&nbsp;&nbsp;Set objJMail = Nothing<BR>---------------------------------------------------------</P>]]>
   </description>
   <pubDate>Tue, 25 Nov 2003 16:39:21 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/mailing-problem_topic7524_post38047.html#38047</guid>
  </item> 
  <item>
   <title><![CDATA[Mailing Problem : If you want to then go ahead.  Sorry...]]></title>
   <link>https://forums.webwiz.net/mailing-problem_topic7524_post38042.html#38042</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=1">WebWiz-Bruce</a><br /><strong>Subject:</strong> 7524<br /><strong>Posted:</strong> 25&nbsp;November&nbsp;2003 at 4:28pm<br /><br />If you want to then go ahead.<br><br>Sorry I simply don't have the time to do it at the moment as I amtrying to do the final year of a degree, earn enough money to live on,and run this site on my own with 100's of emails and support questionseveryday.]]>
   </description>
   <pubDate>Tue, 25 Nov 2003 16:28:30 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/mailing-problem_topic7524_post38042.html#38042</guid>
  </item> 
  <item>
   <title><![CDATA[Mailing Problem : Thx, but although I edited many...]]></title>
   <link>https://forums.webwiz.net/mailing-problem_topic7524_post38006.html#38006</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=13744">LeFou</a><br /><strong>Subject:</strong> 7524<br /><strong>Posted:</strong> 25&nbsp;November&nbsp;2003 at 12:44pm<br /><br />Thx, but although I edited many times by adding Jmail codes to authenticate my server, nope, unsuccessful! I searched dimac.net and I realized that it is an issue of JMail. There are many people (even here) who have the same problem. Is there any possibility to upgrade Jmail codes in functions_send_mail.asp bcuz, hosting companies use JMail v4.4]]>
   </description>
   <pubDate>Tue, 25 Nov 2003 12:44:41 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/mailing-problem_topic7524_post38006.html#38006</guid>
  </item> 
  <item>
   <title><![CDATA[Mailing Problem : You will need to edit the functions_send_mail.asp...]]></title>
   <link>https://forums.webwiz.net/mailing-problem_topic7524_post37948.html#37948</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=1">WebWiz-Bruce</a><br /><strong>Subject:</strong> 7524<br /><strong>Posted:</strong> 25&nbsp;November&nbsp;2003 at 9:04am<br /><br />You will need to edit the functions_send_mail.asp file to add in your server authentication.]]>
   </description>
   <pubDate>Tue, 25 Nov 2003 09:04:27 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/mailing-problem_topic7524_post37948.html#37948</guid>
  </item> 
  <item>
   <title><![CDATA[Mailing Problem : Any comments ? ]]></title>
   <link>https://forums.webwiz.net/mailing-problem_topic7524_post37802.html#37802</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=13744">LeFou</a><br /><strong>Subject:</strong> 7524<br /><strong>Posted:</strong> 24&nbsp;November&nbsp;2003 at 12:59pm<br /><br />Any comments ?]]>
   </description>
   <pubDate>Mon, 24 Nov 2003 12:59:38 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/mailing-problem_topic7524_post37802.html#37802</guid>
  </item> 
  <item>
   <title><![CDATA[Mailing Problem : Thank you in advence for your...]]></title>
   <link>https://forums.webwiz.net/mailing-problem_topic7524_post37552.html#37552</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=13744">LeFou</a><br /><strong>Subject:</strong> 7524<br /><strong>Posted:</strong> 23&nbsp;November&nbsp;2003 at 9:39am<br /><br /><P>Thank you in advence for your help.</P><P>I am using V7.6, on a private hosting company which use x3Jmail4 Version</P><P>The problem : I send&nbsp;activation mails &nbsp;and receive mails&nbsp;&nbsp;belonging the same&nbsp;hosting company&nbsp; but while sending other mails hosted by other companies&nbsp;I got the message below. </P><P><FONT face=Arial size=2>&nbsp;</FONT>jmail.SMTPMail<FONT face="Times New Roman" size=3> </FONT><FONT face=Arial size=2>error '8000ffff'</FONT><FONT face="Times New Roman" size=3> </FONT></P><P><FONT face=Arial size=2>The message was undeliverable. All servers failed to receive the message</FONT> <P><FONT face=Arial size=2>/functions/functions_send_mail.asp</FONT><FONT face=Arial size=2>, line 227</FONT></P><P><FONT face=Arial size=2></FONT>&nbsp;</P><P><FONT face=Arial size=2>So if I understand, do I have to add a code to authenticate for my pop3 server or am I wrong ? where is the problem.</FONT></P><P><FONT face=Arial size=2>e.g :<FONT face=Verdana>Mail.MailServerUserName = <FONT color=#000000><A href="mailto:admin@domain.com" target="_blank">admin@domain.com</A></FONT></FONT><BR><FONT face=Verdana>Mail.MailServerPassWord = "e-mail password"</FONT></FONT></P><P><FONT face=Arial size=2></FONT>&nbsp;</P><P><FONT face=Arial size=2></FONT>&nbsp;</P>]]>
   </description>
   <pubDate>Sun, 23 Nov 2003 09:39:48 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/mailing-problem_topic7524_post37552.html#37552</guid>
  </item> 
 </channel>
</rss>