Commit 5e0b9704 authored by Michel Pelletier's avatar Michel Pelletier

Rewrites

parent 713e2087
Mail Host
MailHost: Sends mail through an SMTP server.
Mail Hosts allow you to send mail via SMTP.
**Note:** Please be aware that this object uses relaying
to send the E-Mail message. Most E-Mail servers do not allow
relaying other from themselves. So, if you have a Mail
server setup by default on your box (like for Red Hat
installs), you should be able to use your localhost as mail
server.
\ No newline at end of file
MailHosts allow you to send mail via the Simple Mail Transfer
Protocol (SMTP).
This object can be used by the <dtml-sendmail> tag to handle
delivery of mail.
Mail Host - Add: Create a new mail host
Description
This view allows you to create a new Mail Host.
Controls
'ID' -- Specifies the id of the mail host.
'Title' -- Allows you to specify the title of the mail host.
'SMTP host' -- Allows you to specify the name of the mail server. You can simply
specify teh host to be 'localhost', which should be true
for most cases.
*Important:* The mailhost must allow relaying from the the
server you are on. If the mail server is the same as the Web
server then your mail server needs to allow relaying from
'localhost' (often the default).
'SMTP port' -- Allows you to specify the port on which the mail server accepts
SMTP requests. Zope suggests port 25, which is the standard UNIX mail port.
MailHost - Add: Create a new MailHost
Description
Create a new MailHost object.
Controls
'ID' -- The id of the MailHost object.
'Title' -- The title of the MailHost.
'SMTP host' -- The domain name or address of the SMTP mail server
to relay mail through.
'SMTP port' -- The port of the SMTP mail server to relay mail
through.
Mail Host - Edit: Edit mail host properties
MailHost - Edit: Edit mail host properties
Description
This view allows you to manage the attributes of the mail host.
Controls
Description
This view allows you edit the MailHost.
Controls
'ID' -- The id of the MailHost.
'Title' -- The title of the MailHost.
'SMTP host' -- The domain name or address of the SMTP mail server
to relay mail through.
'SMTP port' -- The port of the SMTP mail server to relay mail
through.
A mail host allows Zope to send mail with the SMTP protocol.
'ID' -- Indicates the id of the mail host.
'Title' -- Allows you to specify the title of the mail host.
'SMTP host' -- Allows you to specify the name of the mail server. You can simply
specify the host to be 'localhost', which should be true
for most cases.
*Important:* The mailhost must allow relaying from the the
server you are on. If the mail server is the same as the Web
server then your mail server needs to allow relaying from
'localhost' (often the default).
'SMTP port' -- Allows you to specify the port on which the mail server accepts
SMTP requests. Zope suggests port 25, which is the standard UNIX
mail port.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment