Skip to content

Commit

Permalink
Item1158: SMTP server other port than 25 is possible but not documented
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/branches/Release01x00@2746 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
KennethLavrsen authored and KennethLavrsen committed Feb 26, 2009
1 parent 2b112a3 commit 96213fe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core/lib/Foswiki.spec
Expand Up @@ -1043,7 +1043,8 @@ $Foswiki::cfg{MailProgram} = '/usr/sbin/sendmail -t -oi -oeq';
# in SitePreferences. Make sure you delete that setting if you are using a
# SitePreferences topic from a previous release of Foswiki. To disable all
# outgoing mail from Foswiki leave both this field and the MailProgram field
# above blank.
# above blank. If the smpt server uses a different port than the default 25
# use the syntax mail.your.company:portnumber.
$Foswiki::cfg{SMTP}{MAILHOST} = '';
# **STRING 30**
Expand Down

0 comments on commit 96213fe

Please sign in to comment.