Topic on Project:Support desk

Mediawiki and SMTP server

2
Elitre (WMF) (talkcontribs)

I'm posting on behalf of another person.

"please someone help me to integrate SMTP server with mediawiki. I can not confirm my email, trying to use my email which is set on smtp server (windows). I am not familiar with developing programs but have read and applied most of the instruction that found in google like: using sendmail and PEAR for php, changing the php.ini and ... I need to use port 27 of my server

this is from sendmail.ini


smtp_server='192.168.......'  "the ip address of the smtp (exchange) server "
#mail.mydomain.com
;smtp port (normally 25)
smtp_port=27


this is from php.ini


[mail function]mail
; For Win32 only.
; http://php.net/smtp
SMTP ='http://192.168....' "the ip address of the smtp (exchange) server "
; http://php.net/smtp-port
smtp_port = 27

; For Win32 only.
; http://php.net/sendmail-from
sendmail_from = you@yourdomain

; For Unix only.  You may supply arguments as well (default: "sendmail -t -i").
; http://php.net/sendmail-path
sendmail_path = "C:\wamp\sendmail\sendmail.exe -t"


and this is from LocalSetting.php

#Email

$wgSMTP = array(
'host' => "http://192.168.....",  "the ip address of the smtp (exchange) server "
'IDHost' => "Name of the exchange server",
'port'=> 27,
'auth' => false,
);

any help would be really appreciated.


Regards, Poopak "

Facebook thread: https://www.facebook.com/groups/2205099323/permalink/10152990921324324/

Reply to "Mediawiki and SMTP server"