~ubuntu-branches/ubuntu/maverick/ilohamail/maverick

« back to all changes in this revision

Viewing changes to Manual/custom.smtp.html

  • Committer: Bazaar Package Importer
  • Author(s): Joerg Jaspert
  • Date: 2004-02-04 13:44:37 UTC
  • Revision ID: james.westby@ubuntu.com-20040204134437-kz8j3ui2qa7oq8z2
Tags: upstream-0.8.12
ImportĀ upstreamĀ versionĀ 0.8.12

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<html>
 
 
b'<head><title>Custom SMTP</title></head>'
 
 
b'<body>'
 
 
b'<center><h2>Custom SMTP</h2></center>'
 
 
b'<blockquote>'
 
 
b'\t<p><h2>Features</h2>'
 
 
b'\t<p>The custom SMTP library is still relatively untested.  It may work flawlessly in some environments, but it might not work at all in others. Use with caution.'
 
 
b'\t<ul>'
 
 
b'\t\t<li><b>Low memory useage</b> - Unlike the built in function, which requires the entire message to be stored in memory, the custom SMTP library allows messages to be streamed, thus requiring very little memory even when sending extremely large messages.'
 
 
b'\t\t<li><b>Support for external SMTP servers</b> - With the custom SMTP library, messages can be sent through an external SMTP server.  This allows for improved scalability and flexibility.'
 
 
b'\t\t<li><b>Improved Windows support</b> - Unlike the built in mail function (in PHP < 4.3), the custom SMTP library has full SMTP functionality on any Windows server with SMTP support.'
 
 
b'\t\t<li><b>Authenticated SMTP support</b> - [ still in beta ] '
 
 
b'\t</ul>'
 
 
b'\t<p><h2>Requirements</h2>'
 
 
b'\t<blockquote>'
 
 
b'\tAll you need is an <b>SMTP server</b>, either installed locally or on a remote server.  It must allow SMTP relaying from the machine IlohaMail is installed on. '
 
 
b'\t</blockquote>'
 
 
b'\t'
 
 
b'\t<p><h2>Configuration</h2>'
 
 
b'\t<blockquote>'
 
 
b'\tTo activate the custom SMTP library, specify the SMTP server in conf/conf.inc.  If you leave this directive blank, the mail() function built into PHP will be used instead.  Since the custom SMTP library is relatively un-tested, you may want to refrain from using it in a production environment. '
 
 
b'\t</blockquote>'
 
 
b'\t'
 
 
b'</blockquote>'
 
 
b'</body>'
 
 
b'</html>'
 
 
b'\\ No newline at end of file'