You can send mail via PEAR Mail. 1.install pear 2.Edit LocalSetting to add the pear into the include_path like this $path = array( $IP, "$IP/includes", "$IP/languages", "/usr/share/pear" ); 3set the smtp $wgSMTP = array( "host" => '', "IDHost" => "", "port" => "25", "auth" => true, "username" => "", "password" => "", );
On Sun, 2 Jul 2006 18:04:06 -0700 "Mei Wu" mwu.mailbox@gmail.com 撰写于:
Hi all,
I installed Mediawiki in a LAN environment. I specified the internal Microsoft smtp server in the "php.ini" to send out emails. However, the mails were not sent out although the local smtp server is listening on port 25. I do not really know what the problem is and would appreciate any help.
The computer is directly connected to a router and has an internal IP (192.168.x.x). The Wiki is running on Apache 2 on port 8080. The smtp server is listening on port 25 (IIS 5).
Thanks for your help.
Mei _______________________________________________ Wikitech-l mailing list Wikitech-l@wikimedia.org http://mail.wikipedia.org/mailman/listinfo/wikitech-l