ChrisRChamberlain
Programmer
Hi all
Have built a LAMP server, Ubuntu 9.04, and wish to enable the use of a third party SMTP server, such as mail.myserver.com.
There is no mail server installed on the Linux box.
Under WAMP, if I remember correctly, the section required modification in php.ini is
The code
would indicate the use of a linux mail server, and if so, which?
If not, is it possible to utilise a third party mail server directly and how?
TIA
PDFcommander.com
motrac.co.uk
Have built a LAMP server, Ubuntu 9.04, and wish to enable the use of a third party SMTP server, such as mail.myserver.com.
There is no mail server installed on the Linux box.
Under WAMP, if I remember correctly, the section required modification in php.ini is
Code:
[mail function]
; ForWin32 only
SMTP = localhost
smtp_port = 25
; ForWin32 only
;sendmail_from = me@example.com
; For Unix only. You may supply arguments as (default: "sendmail -t -i").
;sendmail_path =
Code:
sendmail_path =
If not, is it possible to utilise a third party mail server directly and how?
TIA
FAQ184-2483
Chris PDFcommander.com
motrac.co.uk