Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
Zope
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
Zope
Commits
5e0b9704
Commit
5e0b9704
authored
Jun 27, 2000
by
Michel Pelletier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Rewrites
parent
713e2087
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
39 additions
and
54 deletions
+39
-54
lib/python/Products/MailHost/help/Mail-Host.stx
lib/python/Products/MailHost/help/Mail-Host.stx
+6
-9
lib/python/Products/MailHost/help/Mail-Host_Add.stx
lib/python/Products/MailHost/help/Mail-Host_Add.stx
+17
-22
lib/python/Products/MailHost/help/Mail-Host_Edit.stx
lib/python/Products/MailHost/help/Mail-Host_Edit.stx
+16
-23
No files found.
lib/python/Products/MailHost/help/Mail-Host.stx
View file @
5e0b9704
Mail
Host
Mail
Host: 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.
lib/python/Products/MailHost/help/Mail-Host_Add.stx
View file @
5e0b9704
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.
lib/python/Products/MailHost/help/Mail-Host_Edit.stx
View file @
5e0b9704
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.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment