<?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 : Send mail change</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 : Send mail change]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 04 Apr 2026 08:15:59 +0000</pubDate>
  <lastBuildDate>Sat, 22 Nov 2003 13:24:18 +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=7500</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[Send mail change : My domain is on Windows Server...]]></title>
   <link>https://forums.webwiz.net/send-mail-change_topic7500_post37439.html#37439</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=13706">Manbos</a><br /><strong>Subject:</strong> 7500<br /><strong>Posted:</strong> 22&nbsp;November&nbsp;2003 at 1:24pm<br /><br /><P>My domain is on Windows Server 2003 and I have had to make changes to the code of CDOSYS so that&nbsp;work according to me has indicated my technical support:</P><P>They first said the following thing to me:</P><P>I asked to them:</P><P class=Ms&#111;normal><FONT face="Arial, Helvetica, sans-serif" color=navy size=7><SPAN lang=EN-GB style="FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arial">- The data of my forum are:</SPAN></FONT></P><P class=Ms&#111;normal><FONT face="Arial, Helvetica, sans-serif" color=navy size=7><SPAN lang=EN-GB style="FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arial">- SmtpServerPort = 25</SPAN></FONT></P><P class=Ms&#111;normal><FONT face="Arial, Helvetica, sans-serif" color=navy size=7><SPAN lang=EN-GB style="FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arial">- SendUsing = 2</SPAN></FONT></P><P class=Ms&#111;normal><FONT face="Arial, Helvetica, sans-serif" color=navy size=7><SPAN lang=EN-GB style="FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arial">- I must change the SmtpServerPort to 2500?</SPAN></FONT></P><P class=Ms&#111;normal><FONT face="Arial, Helvetica, sans-serif" color=navy size=7><SPAN lang=EN-GB style="FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arial">And its answer was:</SPAN></FONT></P><P><FONT size=2>- Yes the relay port have to be changed to 2500.&nbsp; It is to make possible for Microsoft SMTP Server to work together with Mailenable SMTP (which uses the default port 25).&nbsp; </FONT></P><P>When changing this port followed without working, so in the end I had to change the code:</P><P>Original code in <strong>functions_send_mail.asp</strong>:</P><P>'-------------------------------------------<BR>'&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;With objCDOSYSCon<BR>'&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;'Out going SMTP server<BR>'&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;.Fields("<A href="http://schemas.microsoft.com/cdo/c&#111;nfigurati&#111;n/smtpserver" target="_blank">http://schemas.microsoft.com/cdo/configuration/smtpserver</A>") = strIncomingMailServer<BR>'&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;'SMTP port<BR>'&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;'.Fields("<A href="http://schemas.microsoft.com/cdo/c&#111;nfigurati&#111;n/smtpserverport" target="_blank"> http://schemas.microsoft.com/cdo/configuration/smtpserverpor t</A>")&nbsp; = 25<BR>'&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;'CDO Port<BR>'&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;.Fields("<A href="http://schemas.microsoft.com/cdo/c&#111;nfigurati&#111;n/sendusing" target="_blank">http://schemas.microsoft.com/cdo/configuration/sendusing</A>") = 2<BR>'&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;'Timeout<BR>'&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;.Fields("<A href="http://schemas.microsoft.com/cdo/c&#111;nfigurati&#111;n/smtpc&#111;nnecti&#111;ntimeout" target="_blank"> http://schemas.microsoft.com/cdo/configuration/smtpconnectio ntimeout</A>") = 60<BR>'&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;.Fields.Update<BR>'&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;End With<BR>'-----------------------------------------</P><P>New code:</P><P>&nbsp;&nbsp;&nbsp;&nbsp; With objCDOSYSCon.Fields<BR>&nbsp;&nbsp;&nbsp;&nbsp; .Item("sendusing") = 2<BR>&nbsp;&nbsp;&nbsp;&nbsp; .Item("smtpserver") = strIncomingMailServer<BR>&nbsp;&nbsp;&nbsp;&nbsp; .Item("smtpport") = "2500"<BR>&nbsp;&nbsp;&nbsp;&nbsp; .Update<BR>&nbsp;&nbsp;&nbsp;&nbsp; End With <BR>'-----------------------------------------------</P><P>And now send mail work fine.</P><P>Commentary ?</P><P><EM><strong>Manbos</strong></EM></P><P><A href="http://www.manbos.com" target="_blank">http://www.manbos.com</A></P><P>&nbsp;</P><span style="font-size:10px"><br /><br />Edited by Manbos</span>]]>
   </description>
   <pubDate>Sat, 22 Nov 2003 13:24:18 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/send-mail-change_topic7500_post37439.html#37439</guid>
  </item> 
 </channel>
</rss>