How to send an mail from the localhost ( xampp server ubuntu)

Posted by Yogesh Saroya on Stack Overflow See other posts from Stack Overflow or by Yogesh Saroya
Published on 2013-07-01T10:07:08Z Indexed on 2013/07/01 10:21 UTC
Read the original article Hit count: 177

Filed under:
|
|

in my old system (xampp - ubuntu) that php.ini script able to send email (using cakephp ) via local host without any smpt config .

but now i have change my system and install same version of xampp.but email function never worked ?

[mail function]
; For Win32 only.
; http://php.net/smtp
SMTP = localhost
; http://php.net/smtp-port
smtp_port = 25

; For Win32 only.
; http://php.net/sendmail-from
;sendmail_from = [email protected]

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

i have also replace that php.ini in new server , but nothing

© Stack Overflow or respective owner

Related posts about php

Related posts about email