<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1044190" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1044190</link>
    <description></description>
    <language>en</language>
          <item>
    <title>It&#039;s likely to be less than</title>
    <link>https://www.webmaster-forums.net/web-programming-and-application-development/php-mail#comment-1242784</link>
    <description> &lt;p&gt;It&#039;s likely to be less than 10 emails per form submitted anyway.&lt;/p&gt;
&lt;p&gt;But as it&#039;s public, and submitting the form initiates a potential 5-10 emails per form submitted (i.e. per user using the form), is this still ok if multiple people use it simultaneously all day.&lt;/p&gt;
&lt;p&gt;I don&#039;t think this will be the case, and probably more realistically a few users per hour, but I&#039;m just considering potential future eventualities.&lt;/p&gt;
 </description>
     <pubDate>Sat, 20 Jun 2009 22:34:42 +0000</pubDate>
 <dc:creator>greg</dc:creator>
 <guid isPermaLink="false">comment 1242784 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>If you have multiple address</title>
    <link>https://www.webmaster-forums.net/web-programming-and-application-development/php-mail#comment-1242781</link>
    <description> &lt;p&gt;If you have multiple address in the To field, then all those address are visible to all the recipients, wich is not a good idea.&#039;&lt;/p&gt;
&lt;p&gt;I don&#039;t think sending them out separately is a bad idea when only doing 10.&lt;/p&gt;
 </description>
     <pubDate>Sat, 20 Jun 2009 19:26:18 +0000</pubDate>
 <dc:creator>pr0gr4mm3r</dc:creator>
 <guid isPermaLink="false">comment 1242781 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>So, filling a form results</title>
    <link>https://www.webmaster-forums.net/web-programming-and-application-development/php-mail#comment-1242766</link>
    <description> &lt;p&gt;So, filling a form results in a piece of email being produced?&lt;br /&gt;
If that is the case and you run into walls without getting help from your provider, it is time to find a new one.  I can&#039;t think of anything much more legitimate than a form triggering the creation of an email...&lt;/p&gt;
&lt;p&gt;(assuming of course, the form is secured enough that it doesn&#039;t become a spam gateway...)&lt;/p&gt;
&lt;p&gt;Cheers,&lt;br /&gt;
Shaggy.&lt;/p&gt;
 </description>
     <pubDate>Fri, 19 Jun 2009 19:56:15 +0000</pubDate>
 <dc:creator>Shaggy</dc:creator>
 <guid isPermaLink="false">comment 1242766 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>I don&#039;t see a problem with</title>
    <link>https://www.webmaster-forums.net/web-programming-and-application-development/php-mail#comment-1242765</link>
    <description> &lt;p&gt;I don&#039;t see a problem with it. If you don&#039;t want to open and close a connection every time, you can put the TO field as the email addresses separated by commas:&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;mail&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&#039;matt@example.com, &amp;lt;a href=&quot;mailto:greg@example.com&quot;&amp;gt;greg@example.com&amp;lt;/a&amp;gt;, shaggy@example.com&#039;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;, &lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&#039;Subject&#039;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;, &lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&#039;Body&#039;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;, &lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&#039;FROM: web@example.com&#039;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;);&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;?&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/div&gt;&lt;br /&gt;
I think that would work.&lt;/p&gt;
 </description>
     <pubDate>Fri, 19 Jun 2009 19:14:00 +0000</pubDate>
 <dc:creator>teammatt3</dc:creator>
 <guid isPermaLink="false">comment 1242765 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>It&#039;s a public form that will</title>
    <link>https://www.webmaster-forums.net/web-programming-and-application-development/php-mail#comment-1242762</link>
    <description> &lt;p&gt;It&#039;s a public form that will email however many times the form is being used by X visitors. &lt;/p&gt;
&lt;p&gt;Hmm, so potentially more than 10.&lt;/p&gt;
&lt;p&gt;What&#039;s a good alternative? Only need something simple to send some basic form text/tick box results etc.&lt;/p&gt;
 </description>
     <pubDate>Fri, 19 Jun 2009 17:38:37 +0000</pubDate>
 <dc:creator>greg</dc:creator>
 <guid isPermaLink="false">comment 1242762 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>Speaking as someone who has</title>
    <link>https://www.webmaster-forums.net/web-programming-and-application-development/php-mail#comment-1242761</link>
    <description> &lt;p&gt;Speaking as someone who has never had to run a PHP script that sends mail on anything but the machines I admin myself - and so can only upset myself, I think ten is absolutely reasonable.&lt;/p&gt;
&lt;p&gt;How is that for a disclaimer?!&lt;/p&gt;
&lt;p&gt;The threshold might depend on the outgoing mail handler available locally to PHP.  For instance, I typically configure to allow 25 simultaneous local SMTP &#039;sessions&#039;.  If you are consistently saturating the available connections - that wouldn&#039;t be a good thing.&lt;/p&gt;
&lt;p&gt;Cheers,&lt;br /&gt;
Shaggy&lt;/p&gt;
 </description>
     <pubDate>Fri, 19 Jun 2009 17:28:47 +0000</pubDate>
 <dc:creator>Shaggy</dc:creator>
 <guid isPermaLink="false">comment 1242761 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
