<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1022904" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1022904</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/webmail-special-client-advice#comment-1141083</link>
    <description> &lt;p&gt;In this kind of app the admin side is going to be a lot more work then the send an email form. I know SSL like you know it is probably not an option but if you really wnt it to you can sign your own certificate when you are going to acces it your browser is going to tell you that it&#039;s no sign by a trusted autority but the encryption will still work, but thats the paranoid level &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;. I use htaccess for that kind of app in php you modify the htaccess file and get the user who is logged in so you can match it with your database i think thats a more reasonable way of doing things&lt;/p&gt;
 </description>
     <pubDate>Thu, 20 Nov 2003 01:48:05 +0000</pubDate>
 <dc:creator>druagord</dc:creator>
 <guid isPermaLink="false">comment 1141083 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/webmail-special-client-advice#comment-1141075</link>
    <description> &lt;p&gt;Good point about the file size of the email. And the null from field -- hmmm. A default perhaps to me would do, or the school.&lt;/p&gt;
&lt;p&gt;I can see how this would expand in scope exponentially.  &lt;/p&gt;
&lt;p&gt;Thank you very much for the perspectives, I will likely be back with glitches and small issues that need to be ironed out. &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;p&gt;I&#039;d really like a quick run down on the security issues of various options, though. SSL is not an option.&lt;/p&gt;
 </description>
     <pubDate>Thu, 20 Nov 2003 00:26:34 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1141075 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/webmail-special-client-advice#comment-1141072</link>
    <description> &lt;p&gt;The from field I would definitely set to something, perhaps with permission, a general e-mail address for the school. Sending with no FROM (if you can) would probably trigger some spam filters.&lt;/p&gt;
&lt;p&gt;I would suggest having an area where the parents can go to send e-mail back to the teacher, in case they decide to stop receiving the mailings, or want to let them know about an e-mail address change. &lt;/p&gt;
&lt;p&gt;You would mainly just need a field for them to enter which e-mail address they are currently receiving the mailings and a text box for the message. The system should be able to automatically e-mail all teachers who have that e-mail address on their list.&lt;/p&gt;
&lt;p&gt;This brings up multiple kids in the same family with different teachers. Boy A has Teacher A and Boy B has teacher B. Both boys have the same e-mail address. So should have some type of check that if Teacher B updates her e-mail address for the family, it lets Teacher A know as she would most likely need to change hers as well.&lt;/p&gt;
&lt;p&gt;I don&#039;t think there really is a need for separate tables for each class as long as it is programmed well. &lt;/p&gt;
&lt;p&gt;As an additional safety measure, if all the teachers have access to send them from the school, restrict the outgoing mail to only work from a range of IP addresses the school might use.&lt;/p&gt;
&lt;p&gt;Very important would be teaching the Teachers how to resize the images! Many people take pictures with high res cameras now, and just try to send them in original form. &lt;/p&gt;
&lt;p&gt;My aunt once scanned 3 photos on her scanner (ended up being one .BMP image of 8.5x11&quot;) and e-mailed the file out to relatives and friends. Her sister asked me why they were not coming in for her, here it was because AOL was still downloading the images, which ended up taking almost an hour. The aunt that sent the picture said she didn&#039;t realize that each person [on dial-up] would have to wait as long as it took her to send them out.&lt;/p&gt;
&lt;p&gt;-Greg&lt;/p&gt;
 </description>
     <pubDate>Wed, 19 Nov 2003 23:19:37 +0000</pubDate>
 <dc:creator>Greg K</dc:creator>
 <guid isPermaLink="false">comment 1141072 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/webmail-special-client-advice#comment-1141071</link>
    <description> &lt;p&gt;I&#039;ll tell you what i can about each point&lt;/p&gt;
&lt;p&gt;1- that should be no problem i will explain a system i tough of furter down&lt;br /&gt;
2-no it wont be safer since you are probably using the same database user for all your connection you can use only one table with some this depend on how you want to manage your system more then on security&lt;br /&gt;
3- this will depend solely on how well you build step one&lt;br /&gt;
4- no it can&#039;t be nothing it as to be something but the from name can be nothing. if it not a valid email you won&#039;t receive return mail i.e. typo in adress&lt;br /&gt;
5- sorry i don&#039;t understand JK and SK but it can be done&lt;br /&gt;
6-  since the to will come from the database that&#039;s not a problem. if they can manage the it can become one. i suggest you limit the list to something like 30 mail max that should be ok for a Kindergarden class.&lt;br /&gt;
7- the number of attachement is not a problem but you should limit the total size since most mail server are limited to 5mg per message.&lt;/p&gt;
&lt;p&gt;for the login there multiple ways of handling it that range from total paranoia to pure carelessness (is that a word?). for exemple whatever system you use if it&#039;s not in ssl the password can be &#039;listened&#039; while traveling from the client machine to the server i guess you need to be a bit more specific about the level of security you want. usualy i make a user table and use password() function in mysql to encode the password in the table then at login time i compare the encrypted versions. I will gladly help you on such a project if ever you need it.&lt;/p&gt;
&lt;p&gt;i found and use phpmynewsletter on sourceforge.net it doesn&#039;t have all the feature you need but it does have few of them you could maybe improve on it instead of starting from scratch or at least get some ideas&lt;/p&gt;
 </description>
     <pubDate>Wed, 19 Nov 2003 23:13:19 +0000</pubDate>
 <dc:creator>druagord</dc:creator>
 <guid isPermaLink="false">comment 1141071 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
