]> git.mxchange.org Git - mailer.git/blobdiff - 0.2.1/inc/phpmailer/docs/faq.html
win32 to unix line delimiters changed
[mailer.git] / 0.2.1 / inc / phpmailer / docs / faq.html
index 18dfafda9cf472b6ae6831f14f7016c322c9cd80..283e651789574010deffc121ba14bad83fd47284 100644 (file)
@@ -1,66 +1,66 @@
-<html>\r
-<head>\r
-<title>phpmailer FAQ</title>\r
-</head>\r
-\r
-<body bgcolor="#FFFFFF">\r
-\r
-<h2>phpmailer FAQ</h2>\r
-\r
-<p>\r
-<b>I'm using the SMTP mailer and I keep on getting a timeout message \r
-well before the X seconds I set it for.  What gives?</b>\r
-<br>\r
-PHP versions 4.0.4pl1 and earlier have a bug in which sockets timeout \r
-early.  You can fix this by re-compiling PHP 4.0.4pl1 with this fix: \r
-<a href="timeoutfix.diff">timeoutfix.diff</a>. Otherwise you can wait \r
-for the new PHP release.\r
-</p>\r
-\r
-<p>\r
-<b>I am concerned that using include files will take up too much\r
-processing time on my computer.  How can I make it run faster?</b>\r
-<br>\r
-PHP by itself is very fast.  Much faster than ASP or JSP running on\r
-the same type of server.  This is because it has very little overhead compared\r
-to its competitors and it pre-compiles all of\r
-its code before it runs each script (in PHP4).  However, all of\r
-this compiling and re-compiling can take up a lot of valuable\r
-computer resources.  However, there are programs out there that compile\r
-PHP code and store it in memory (or on mmaped files) to reduce the\r
-processing immensely.  Two of these: <a href="http://apc.communityconnect.com">APC\r
-(Alternative PHP Cache)</a> and <a href="http://bwcache.bware.it/index.htm">Afterburner</a> \r
-(<a href="http://www.mm4.de/php4win/mod_php4_win32/">Win32 download</a>) \r
-are excellent free tools that do just this.  If you have the money\r
-you might also try <a href="http://www.zend.com">Zend Cache</a>, it is\r
-even faster than the open source varieties.  All of these tools make your\r
-scripts run faster while also reducing the load on your server. I have tried\r
-them myself and they are quite stable too.\r
-</p>\r
-\r
-\r
-<p>\r
-<b>What mailer gives me the best performance?</b>\r
-<br>\r
-On a single machine the mail() or sendmail mailers give you the best \r
-performance because they do not have the added overhead of SMTP.\r
-If you have you have your mail server on a another machine then\r
-SMTP is your only option, but you do get the benefit of redundant\r
-mail servers.\r
-</p>\r
-\r
-<p>\r
-<b>When I try to attach a file with on my server I get a \r
-"Could not find {file} on filesystem error".  Why is this?</b>\r
-<br>\r
-If you are using a Unix machine this is probably because the user \r
-running your web server does not have read access to the directory \r
-in question.  If you are using Windows, then the problem probably is \r
-that you have used single backslashes to denote directories ("\").  \r
-A single backslash has a special meaning to PHP so these are not \r
-valid.  Instead use double backslashes ("\\") or a single forward \r
-slash ("/").\r
-</p>\r
-\r
-</body>\r
+<html>
+<head>
+<title>phpmailer FAQ</title>
+</head>
+
+<body bgcolor="#FFFFFF">
+
+<h2>phpmailer FAQ</h2>
+
+<p>
+<b>I'm using the SMTP mailer and I keep on getting a timeout message 
+well before the X seconds I set it for.  What gives?</b>
+<br>
+PHP versions 4.0.4pl1 and earlier have a bug in which sockets timeout 
+early.  You can fix this by re-compiling PHP 4.0.4pl1 with this fix: 
+<a href="timeoutfix.diff">timeoutfix.diff</a>. Otherwise you can wait 
+for the new PHP release.
+</p>
+
+<p>
+<b>I am concerned that using include files will take up too much
+processing time on my computer.  How can I make it run faster?</b>
+<br>
+PHP by itself is very fast.  Much faster than ASP or JSP running on
+the same type of server.  This is because it has very little overhead compared
+to its competitors and it pre-compiles all of
+its code before it runs each script (in PHP4).  However, all of
+this compiling and re-compiling can take up a lot of valuable
+computer resources.  However, there are programs out there that compile
+PHP code and store it in memory (or on mmaped files) to reduce the
+processing immensely.  Two of these: <a href="http://apc.communityconnect.com">APC
+(Alternative PHP Cache)</a> and <a href="http://bwcache.bware.it/index.htm">Afterburner</a> 
+(<a href="http://www.mm4.de/php4win/mod_php4_win32/">Win32 download</a>) 
+are excellent free tools that do just this.  If you have the money
+you might also try <a href="http://www.zend.com">Zend Cache</a>, it is
+even faster than the open source varieties.  All of these tools make your
+scripts run faster while also reducing the load on your server. I have tried
+them myself and they are quite stable too.
+</p>
+
+
+<p>
+<b>What mailer gives me the best performance?</b>
+<br>
+On a single machine the mail() or sendmail mailers give you the best 
+performance because they do not have the added overhead of SMTP.
+If you have you have your mail server on a another machine then
+SMTP is your only option, but you do get the benefit of redundant
+mail servers.
+</p>
+
+<p>
+<b>When I try to attach a file with on my server I get a 
+"Could not find {file} on filesystem error".  Why is this?</b>
+<br>
+If you are using a Unix machine this is probably because the user 
+running your web server does not have read access to the directory 
+in question.  If you are using Windows, then the problem probably is 
+that you have used single backslashes to denote directories ("\").  
+A single backslash has a special meaning to PHP so these are not 
+valid.  Instead use double backslashes ("\\") or a single forward 
+slash ("/").
+</p>
+
+</body>
 </html>
\ No newline at end of file