<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1037385" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1037385</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/asp-email-question#comment-1215729</link>
    <description> &lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;&lt;strong&gt;Jess wrote:&lt;/strong&gt; Thanks for all your help.&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;Our pleasure! &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
&lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;&lt;strong&gt;Jess wrote:&lt;/strong&gt; It was a server issue and I&#039;ve now gone over to Linux and php!&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;Good choice.&lt;/p&gt;
 </description>
     <pubDate>Sat, 24 Feb 2007 10:01:01 +0000</pubDate>
 <dc:creator>JeevesBond</dc:creator>
 <guid isPermaLink="false">comment 1215729 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/asp-email-question#comment-1215704</link>
    <description> &lt;p&gt;Thanks for all your help.  It was a server issue and I&#039;ve now gone over to Linux and php!  Still awaiting my refund from the asp host I tried on a &#039;trial&#039; basis...&lt;/p&gt;
&lt;p&gt;J&lt;/p&gt;
 </description>
     <pubDate>Sat, 24 Feb 2007 02:01:09 +0000</pubDate>
 <dc:creator>Jess</dc:creator>
 <guid isPermaLink="false">comment 1215704 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/asp-email-question#comment-1214427</link>
    <description> &lt;p&gt;&lt;code&gt;objMessage.Sender = (&amp;quot;messagecenter@bayviewboatclub.org&amp;quot;)&lt;/code&gt;&#039;&lt;br /&gt;
This is the important bit. If there are problems with the to address or the message cannot be delivered, one of the e-mail servers &lt;em&gt;should&lt;/em&gt; send a failure notice to this address.&lt;/p&gt;
&lt;p&gt;What happens when you use a normal e-mail client (Thunderbird, Outlook, Outlook Express etc.) to send mail to a fake address using [incode]mail.bayviewboatclub.org[/incode] as your SMTP server?&lt;/p&gt;
&lt;p&gt;If you don&#039;t get a failure notice back it&#039;s because that server isn&#039;t configured to send them. There&#039;s nothing your script can do to change that, it has to be setup correctly on the server.&lt;/p&gt;
&lt;p&gt;My knowledge on this subject isn&#039;t comprehensive, but I&#039;m reasonably sure that if you&#039;re not getting a failure notice sent to [incode]messagecenter@bayviewboatclub.org[/incode] it&#039;s because of the way the mail server is setup (that being the one at: mail.bayviewboatclub.org)&lt;/p&gt;
&lt;p&gt;Hope this makes sense. &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Fri, 02 Feb 2007 01:35:51 +0000</pubDate>
 <dc:creator>JeevesBond</dc:creator>
 <guid isPermaLink="false">comment 1214427 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/asp-email-question#comment-1214418</link>
    <description> &lt;p&gt;Thanks for replying.  Your first paragraph is right - but there will not be spams; this is an smallish club database of users and when club members change email addresses, they forget to send in a change, so the database is not updated.&lt;/p&gt;
&lt;p&gt;Here&#039;s the thing:  The mail form is for club members to use so the &#039;From&#039; address is always different, i.e., not mine.  The &quot;To&quot; address is the database of club members.  Here&#039;s the relevant code:&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&lt;span style=&quot;color: #000000&quot;&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&amp;lt;?php&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&#039; connect to the MS Access database in the same directory&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; strDbPath = Server.MapPath(&quot;.&quot;) &amp;amp; &quot;\users.mdb&quot;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ConnectStr = &quot;Provider=Microsoft.Jet.OLEDB.4.0;;Data Source=&quot; &amp;amp; strDbPath&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Const cdoSendUsingPickup = 1 &#039;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;Send message using the local SMTP service pickup directory&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;. &lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Const &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;cdoAnonymous &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;= &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;0 &lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&#039;Do not authenticate&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Const cdoBasic = 1 &#039;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;basic &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;clear&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;-&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;text&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;) &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;authentication&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;Const &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;cdoNTLM &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;= &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;2 &lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&#039;NTLM&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Set rs = Server.CreateObject(&quot;adodb.recordset&quot;)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; rs.Open &quot;users&quot;, ConnectStr, 2, 3&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; If Request(&quot;Send&quot;) &amp;lt;&amp;gt; &quot;&quot; Then&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Set objMessage = Server.CreateObject(&quot;CDO.Message&quot;) &lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &#039; &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;send email to all users&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; objMessage&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;.&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;Sender &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;= (&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;messagecenter@bayviewboatclub.org&quot;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;objMessage&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;.&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;From &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;= &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;Request&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;FromName&quot;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;)&amp;amp;&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;-Member Bay View Boat Club&quot;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;objMessage&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;.&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;Subject &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;= &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;Request&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;Subject&quot;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;objMessage&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;.&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;TextBody &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;= &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;Request&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;Body&quot;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;)&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&#039; read address from DB and put them in the BCC field&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; While not rs.EOF&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; objMessage.To = rs(&quot;Email&quot;)&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; objMessage.Configuration.Fields.Item _&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (&quot;http://schemas.microsoft.com/cdo/configuration/sendusing&quot;) = 2 &lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &#039;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;Name &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;or &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;IP of Remote SMTP Server&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; objMessage&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;.&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;Configuration&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;.&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;Fields&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;.&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;Item _&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;http://schemas.microsoft.com/cdo/configuration/smtpserver&quot;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;) = &lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;mail.bayviewboatclub.org&quot;&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &#039;Type of authentication, NONE, Basic (Base64 encoded), NTLM&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; objMessage.Configuration.Fields.Item _&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (&quot;http://schemas.microsoft.com/cdo/configuration/smtpauthenticate&quot;) = cdoBasic&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; objMessage.Configuration.Fields.Item _&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (&quot;http://schemas.microsoft.com/cdo/configuration/sendusername&quot;) = &quot;admin@bayviewboatclub.org&quot;&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &#039;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;Your password on the SMTP server&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; objMessage&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;.&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;Configuration&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;.&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;Fields&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;.&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;Item _&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;http://schemas.microsoft.com/cdo/configuration/sendpassword&quot;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;) = &lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;deleted here&quot;&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &#039;Server port (typically 25)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; objMessage.Configuration.Fields.Item _&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (&quot;http://schemas.microsoft.com/cdo/configuration/smtpserverport&quot;) = 25 &lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &#039;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;Use &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;SSL &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;for &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;the connection &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;False &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;or &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;True&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;objMessage&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;.&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;Configuration&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;.&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;Fields&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;.&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;Item _&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;http://schemas.microsoft.com/cdo/configuration/smtpusessl&quot;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;) = &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;False&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&#039;Connection Timeout in seconds (the maximum time CDO will try to establish a connection to the SMTP server)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; objMessage.Configuration.Fields.Item _&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (&quot;http://schemas.microsoft.com/cdo/configuration/smtpconnectiontimeout&quot;) = 60&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; objMessage.Configuration.Fields.Update&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; objMessage.Send&lt;br /&gt;rs.movenext&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Wend&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Response.Write &quot;Your message has been sent successfully&quot;&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; End If&lt;br /&gt;?&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/div&gt;&lt;br /&gt;
html form follows.&lt;/p&gt;
&lt;p&gt;---&lt;br /&gt;
If either the sender or I get the bad emails that would be OK.  Right now, no one gets them.  (I have tested it using my own address as sender and a fake email address).  Any further ideas?&lt;/p&gt;
&lt;p&gt;Thanks,&lt;br /&gt;
Jessica&lt;/p&gt;
 </description>
     <pubDate>Fri, 02 Feb 2007 00:01:02 +0000</pubDate>
 <dc:creator>Jess</dc:creator>
 <guid isPermaLink="false">comment 1214418 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/asp-email-question#comment-1214410</link>
    <description> &lt;p&gt;My reading of the request was not of trying to handle badly formatted e-mails, but rather an e-mail that gets an automated responce from the server handing the domain name, ie. a mailbox no longer in use, one that is too full, etc. &lt;/p&gt;
&lt;p&gt;I get a ton of messages each day from spammers that use faked e-mail addresses from my domains.&lt;/p&gt;
&lt;p&gt;If this is the case, here is a rundown of what you need....&lt;/p&gt;
&lt;p&gt;Your script sends out a mail something like this:&lt;/p&gt;
&lt;p&gt;TO:  &lt;a href=&quot;mailto:johndoe@maildomain.com&quot; class=&quot;bb-email&quot;&gt;johndoe@maildomain.com&lt;/a&gt;        (the e-mail address your user entered)&lt;br /&gt;
FROM: &lt;a href=&quot;mailto:formsender@yourdomain.com&quot; class=&quot;bb-email&quot;&gt;formsender@yourdomain.com&lt;/a&gt;   (the e-mail address you set up in your script)&lt;/p&gt;
&lt;p&gt;the e-mail address is bad, no mailbox &quot;johndoe&quot; at the server for &quot;maildomain.com&quot;, so you get an automated e-mail from the mail server, addressed TO: &lt;a href=&quot;mailto:formsender@yourdomain.com&quot; class=&quot;bb-email&quot;&gt;formsender@yourdomain.com&lt;/a&gt;   that gives the details of the failed mail attempt.&lt;/p&gt;
&lt;p&gt;You need your mail server set to send all e-mail to &quot;formsender&quot; to a script to process the e-mail. This would be up to your hosting company, or you would need to manually set up your own server to do so.&lt;/p&gt;
&lt;p&gt;Once you do get it the incoming mail to a script, you wil have to handle them.... &lt;/p&gt;
&lt;p&gt;If this is the route you are wanting, let me know and I will post more details.&lt;/p&gt;
&lt;p&gt;-Greg&lt;/p&gt;
 </description>
     <pubDate>Thu, 01 Feb 2007 21:26:33 +0000</pubDate>
 <dc:creator>Greg K</dc:creator>
 <guid isPermaLink="false">comment 1214410 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/asp-email-question#comment-1214406</link>
    <description> &lt;p&gt;It&#039;s usually the job of the e-mail handling program to complain if there&#039;s a problem. Remember that the actual e-mail transmission is done completely away from your script.&lt;/p&gt;
&lt;p&gt;You can stop malformed addresses (such as those with no &#039;@&#039; symbol, or no domain) but checking whether an e-mail address is actually valid is not easily done from within a script.&lt;/p&gt;
&lt;p&gt;Is your e-mail send program not configured to complain if there&#039;s a problem? If you put an address in the from field it should return bounced mail there.&lt;/p&gt;
 </description>
     <pubDate>Thu, 01 Feb 2007 20:38:03 +0000</pubDate>
 <dc:creator>JeevesBond</dc:creator>
 <guid isPermaLink="false">comment 1214406 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
