Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
bugzilla
Commits
d34ef69f
Commit
d34ef69f
authored
Jun 29, 2003
by
jake%bugzilla.org
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 210248 - Missing "my" in SMTP code for win32 instructions.
Patch by Jean-Sebastien Guay <jean_seb@hybride.com> r,a=jake
parent
3bdb6be5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
installation.xml
docs/xml/installation.xml
+2
-2
No files found.
docs/xml/installation.xml
View file @
d34ef69f
<!-- <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"> -->
<!-- $Id: installation.xml,v 1.4
7 2003/05/21 14:46:38
jake%bugzilla.org Exp $ -->
<!-- $Id: installation.xml,v 1.4
8 2003/06/28 17:13:45
jake%bugzilla.org Exp $ -->
<chapter
id=
"installation"
>
<title>
Installation
</title>
...
...
@@ -1245,7 +1245,7 @@ close SENDMAIL;
<para>
to
</para>
<programlisting>
use Net::SMTP;
$smtp_server = 'smtp.mycompany.com'; # change this
my
$smtp_server = 'smtp.mycompany.com'; # change this
# Use die on error, so that the mail will be in the 'unsent mails' and
# can be sent from the sanity check page.
...
...
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