﻿<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>Newest KB Articles</title>
    <description>Recent additions to the knowledge base from DiscountASP.NET</description>
    <link>http://support.discountasp.net/KB/browse.aspx</link>
    <dt>Sat, 18 May 2013 18:13:54 GMT</dt>
    <generator>SmarterTrack Enterprise 7.8.4653</generator>
    <item>
      <title>How to configure Trusted Senders (whitelisting) in SmarterMail</title>
      <link>http://support.discountasp.net/KB/a1126/how-to-configure-trusted-senders-whitelisting-in-smartermail.aspx</link>
      <pubDate>Thu, 16 May 2013 21:04:52 GMT</pubDate>
      <guid isPermaLink="false">kbarticle1126</guid>
      <description>&lt;p&gt;
If legitimate email messages are being marked accidently as spam, and you know they are from a legitimate email address, there is a way to rectify this problem by using the Trusted Senders feature in SmarterMail.  This feature allows you to "whitelist" email addresses or domains, thus bypassing the spam filtering rules you have setup.  &lt;span style="font-weight: bold;"&gt;NOTE:&lt;/span&gt; Any content filtering rules you have configured will NOT be bypassed by adding users to the Trusted Senders list. &lt;/p&gt;
&lt;br /&gt;
To set up Trusted Senders, follow these insructions:
&lt;ol&gt;
    &lt;li&gt;Log into SmarterMail with the email account you want to apply the Trusted Senders setting to.&lt;/li&gt;
    &lt;li&gt; Click the Settings icon (2 cogs) on the menu to your left.&lt;/li&gt;
    &lt;li&gt; Expand the "My Settings" folder and click on "Trusted Senders".&lt;/li&gt;
    &lt;li&gt;Click on the New button.&lt;/li&gt;
    &lt;li&gt;Enter the email addresses/domains you want to whitelist, line by line.&lt;/li&gt;
    &lt;li&gt;Click on the "Save" button.&lt;/li&gt;
&lt;/ol&gt;</description>
    </item>
    <item>
      <title>How to set up Core FTP LE to use FTP over SSL</title>
      <link>http://support.discountasp.net/KB/a1125/how-to-set-up-core-ftp-le-to-use-ftp-over-ssl.aspx</link>
      <pubDate>Sun, 12 May 2013 18:11:45 GMT</pubDate>
      <guid isPermaLink="false">kbarticle1125</guid>
      <description>Windows 2008/IIS 7 and Windows 2012/IIS 8 allow a secure FTP connection via FTP over SSL. Note that this is not the same as SFTP (FTP via SSH), so you may have to experiment a bit with your FTP client settings to get a secure connection. Our tests were successful with the following:&lt;br /&gt;
&lt;ol&gt;
    &lt;li&gt;Click the "Site Manager" icon in the top left hand corner of the window (or click "File &amp;gt; Connect").&lt;/li&gt;
    &lt;li&gt;In the "Site Manager" window, click the "New Site" button.&lt;/li&gt;
    &lt;li&gt;In the "Site Name" box, enter your domain name.&lt;/li&gt;
    &lt;li&gt;In the "Host/IP/URL" box, enter your domain name or your alternative FTP address. Your alternative FTP address can be found in the &lt;a href="https://my.discountasp.net/account-info.aspx" target="_blank" style="text-decoration: none;"&gt;Control Panel under "Account Info/Edit"&lt;/a&gt;.&lt;/li&gt;
    &lt;li&gt; In the "Username" box, enter your FTP username. If you are using the primary user, your FTP username can be found in the &lt;a style="text-decoration: none;" target="_blank" href="https://my.discountasp.net/account-info.aspx"&gt;Control Panel under "Account Info/Edit"&lt;/a&gt;.&lt;/li&gt;
    &lt;li&gt;In the "Password" box, enter the password for the FTP user. If you are using the primary user, the password is the same as your Control Panel password.&lt;/li&gt;
    &lt;li&gt;In the "Port" box, make sure it is set to "21".&lt;/li&gt;
    &lt;li&gt;The number in the "Timeout" box defaults to "60" (seconds), but if you are having problems with frequent timeouts, you may want to increase the timeout length.&lt;/li&gt;
    &lt;li&gt; "Retries" defaults to 2. It is the amount of times the client will automatically attempt to retry connecting to the server should connecting fail. If you wish to enable automatic retries, be sure to check the "Retry On" box.&lt;/li&gt;
    &lt;li&gt;The "PASV" box is checked by default. This sets the connection mode to "Passive". If you are having problems connecting to the server or staying connected, you can try unchecking this box, which will tell the client to attempt to connect using "Active" mode.&lt;/li&gt;
    &lt;li&gt;Leave "Use Proxy" unchecked.&lt;/li&gt;
    &lt;li&gt; In the "Connection" dropdown box, select "AUTH SSL".&lt;/li&gt;
    &lt;li&gt; Under "SSL Options", check "SSL Listings" and "SSL Transfer". Leave "Clear (CCC)" unchecked. &lt;/li&gt;
    &lt;li&gt;Check "Windows SSL".&lt;/li&gt;
    &lt;li&gt;Click "Connect". A box will pop up labeled "Certificate Information". Click "Always Accept".&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;
Note: If you receive an generic "could not connect" error, or in implicit mode see an attempted connection to port 990, you have a configuration error. Please cut and paste the login information from the Control Panel to make sure you are supplying the proper credentials. &lt;/p&gt;</description>
    </item>
    <item>
      <title>How to change the outgoing mail (SMTP) port</title>
      <link>http://support.discountasp.net/KB/a1118/how-to-change-the-outgoing-mail-smtp-port.aspx</link>
      <pubDate>Thu, 28 Mar 2013 22:02:25 GMT</pubDate>
      <guid isPermaLink="false">kbarticle1118</guid>
      <description>If you can't send email (but you can receive, in some cases), your ISP, firewall/antivirus software, or your router may be blocking the default outgoing mail (SMTP) port, which is 25. This is the standard port for sending mail, but it is often blocked because spammers commonly use this port.&lt;br /&gt;
&lt;br /&gt;
The problem can often be resolved by changing your SMTP port number to 587. Here are instructions  Instructions on how to change the outgoing mail port in Microsoft Outlook, Outlook Express, Mozilla Thunderbird, Mac Mail, Entourage, and Eudora:
&lt;br /&gt;
&lt;br /&gt;
&lt;h1&gt;Outlook 2003&lt;/h1&gt;
&lt;ul&gt;
    &lt;li&gt;On the menu bar, select "Tools" and go to "E-mail Accounts".&lt;/li&gt;
    &lt;li&gt;In the "E-mail Accounts" wizard window, select "View or change existing e-mail accounts" and click "Next".&lt;/li&gt;
    &lt;li&gt;Click the "Mail" tab and choose the account you need to modify.&lt;/li&gt;
    &lt;li&gt;Click "More Settings".&lt;/li&gt;
    &lt;li&gt;Click the "Advanced" tab.&lt;/li&gt;
    &lt;li&gt;Change "Outgoing server (SMTP)" port from 25 to 587.&lt;/li&gt;
    &lt;li&gt;Click "OK".&lt;/li&gt;
    &lt;li&gt;Click "Next".&lt;/li&gt;
    &lt;li&gt;Click "Finish".&lt;/li&gt;
&lt;/ul&gt;
&lt;h1&gt;Outlook 2007&lt;/h1&gt;
&lt;ul&gt;
    &lt;li&gt;On the menu bar, open "Tools" and go to "Accounts Settings".&lt;/li&gt;
    &lt;li&gt;In the "E-mail Accounts Settings" window select your domain's email account.&lt;/li&gt;
    &lt;li&gt;Click the "Change..." icon.&lt;/li&gt;
    &lt;li&gt;Click "More Settings".&lt;/li&gt;
    &lt;li&gt;Click the "Advanced" tab.&lt;/li&gt;
    &lt;li&gt;Change "Outgoing server (SMTP)" port from 25 to 587.&lt;/li&gt;
    &lt;li&gt;Click "OK".&lt;/li&gt;
    &lt;li&gt;Click "Next".&lt;/li&gt;
    &lt;li&gt;Click "Finish".&lt;/li&gt;
&lt;/ul&gt;
&lt;h1&gt;Outlook 2010&lt;/h1&gt;
&lt;ul&gt;
    &lt;li&gt;Click the "File" tab, then click the "Account Settings" button.&lt;/li&gt;
    &lt;li&gt;Highlight the account you want to change, then click "Change" to open the settings window.&lt;/li&gt;
    &lt;li&gt;Click the "More Settings" button, then choose the "Outgoing Server" tab.&lt;/li&gt;
    &lt;li&gt;Check that "My outgoing server (SMTP) requires authentication" is chosen. If it is not, click the box.&lt;/li&gt;
    &lt;li&gt;Check that "Use same settings as my incoming mail server" is chosen. If it is not, click the box.&lt;/li&gt;
    &lt;li&gt;Choose the "Advanced" tab.&lt;/li&gt;
    &lt;li&gt;Change "Outgoing server (SMTP)" port from 25 to 587.&lt;/li&gt;
    &lt;li&gt;Click "OK".&lt;/li&gt;
    &lt;li&gt;Click "Next".&lt;/li&gt;
    &lt;li&gt;Click "Finish".&lt;/li&gt;
&lt;/ul&gt;
&lt;h1&gt;Outlook Express&lt;/h1&gt;
&lt;ul&gt;
    &lt;li&gt;On the menu bar, click "Tools" and go to "Accounts".&lt;/li&gt;
    &lt;li&gt;Click the "Mail" tab.&lt;/li&gt;
    &lt;li&gt;Select your domain's email account from the list. Click the "Properties" button.&lt;/li&gt;
    &lt;li&gt;Make sure that the "Include this account when receiving mail or synchronizing" box is checked. If it is not, check it.&lt;/li&gt;
    &lt;li&gt;Click the "Servers" tab. Locate the "Settings" button below "Outgoing Mail Server". Click the "Settings" button.&lt;/li&gt;
    &lt;li&gt;Locate the "SMTP Port" field (it should say 25). Change it from 25 to 587.&lt;/li&gt;
    &lt;li&gt;Make sure the "My SMTP server requires authentication" box is checked. If it is not, check it.&lt;/li&gt;
    &lt;li&gt;Click "OK". Click "OK" again until you've closed all the windows.&lt;/li&gt;
    &lt;li&gt;Restart Outlook Express.&lt;/li&gt;
&lt;/ul&gt;
&lt;h1&gt;Thunderbird&lt;/h1&gt;
&lt;ul&gt;
    &lt;li&gt;On the menu bar, click "Tools" and go to "Account Settings".&lt;/li&gt;
    &lt;li&gt;Select "Outgoing Server (SMTP)" on the left pane of the "Account Settings" window.&lt;/li&gt;
    &lt;li&gt;Select the SMTP server for your domain. Click "Edit".&lt;/li&gt;
    &lt;li&gt;Change the number in the "Port" field from 25 to 587.&lt;/li&gt;
    &lt;li&gt;Click "OK".&lt;/li&gt;
    &lt;li&gt;Click "OK" again to close the "Account Settings" window.&lt;/li&gt;
&lt;/ul&gt;
&lt;h1&gt;Mac Mail&lt;/h1&gt;
&lt;ul&gt;
    &lt;li&gt;Open "Preferences" in the "Mail" menu.&lt;/li&gt;
    &lt;li&gt;Click the "Accounts" tab to locate your domain's email account. Open it.&lt;/li&gt;
    &lt;li&gt;Open the "Outgoing Mail Server" window.&lt;/li&gt;
    &lt;li&gt;Change the number in the "Port" field to 587.&lt;/li&gt;
    &lt;li&gt;Check the "Use Authentication" box.&lt;/li&gt;
    &lt;li&gt;Click "Continue".&lt;/li&gt;
    &lt;li&gt;Click "Continue" again. Close any remaining open windows.&lt;/li&gt;
&lt;/ul&gt;
&lt;h1&gt;Entourage&lt;/h1&gt;
&lt;ul&gt;
    &lt;li&gt;Click "Tools", then "Accounts" from the menu bar.&lt;/li&gt;
    &lt;li&gt;Highlight the e-mail account you wish to change, then click Edit.&lt;/li&gt;
    &lt;li&gt;In the "Sending Mail" Section, click on the "Click here for advanced sending options" button.&lt;/li&gt;
&lt;/ul&gt;
Change the default SMTP port and authentication settings:
&lt;ul&gt;
    &lt;li&gt;Make sure the "Override default SMTP port" option is chosen.&lt;/li&gt;
    &lt;li&gt;If Outgoing mail (SMTP) is 25, change it to 587. (If the port number is already 587, or another number like 465, do not change it.)&lt;/li&gt;
    &lt;li&gt;Make sure that "SMTP server requires authentication" is checked.&lt;/li&gt;
    &lt;li&gt;The option for "Use same settings as my receiving mail server" must also be checked.&lt;/li&gt;
    &lt;li&gt;Click the small square in the top-left of the "Advanced Sending Options" window to close it.&lt;/li&gt;
    &lt;li&gt;Click "OK" to close the main "Edit Account" window.&lt;/li&gt;
&lt;/ul&gt;
&lt;h1&gt;Eudora&lt;/h1&gt;
To change the outgoing mail port to 26:
&lt;ul&gt;
    &lt;li&gt;Click the "Tools" menu, then click "Options".&lt;/li&gt;
    &lt;li&gt;Scroll down, then click "Ports".&lt;/li&gt;
    &lt;li&gt;In the SMTP Port (25): box, type 587.&lt;/li&gt;
    &lt;li&gt;Click "OK".&lt;/li&gt;
    &lt;li&gt;Restart Eudora.&lt;/li&gt;
&lt;/ul&gt;
To enable SMTP authentication:
&lt;ul&gt;
    &lt;li&gt;Click the "Tools" menu, then click "Options".&lt;/li&gt;
    &lt;li&gt;Scroll down, then click "Sending Mail".&lt;/li&gt;
    &lt;li&gt;Check the box next to "Allow Authentication".&lt;/li&gt;
    &lt;li&gt;Click "OK".&lt;/li&gt;
    &lt;li&gt;Restart Eudora.&lt;/li&gt;
&lt;/ul&gt;</description>
    </item>
    <item>
      <title>How to send email from a php application - localhost</title>
      <link>http://support.discountasp.net/KB/a1116/how-to-send-email-from-a-php-application-localhost.aspx</link>
      <pubDate>Tue, 19 Mar 2013 20:50:47 GMT</pubDate>
      <guid isPermaLink="false">kbarticle1116</guid>
      <description>PHP localhost email sample code</description>
    </item>
  </channel>
</rss>