Hi all
I want to know how to configure the mail function in php.ini file. i have copied below the mail function,
mail function]
; Setup for Windows systems
SMTP = smtp.my.isp.net
sendmail_from = me@myserver.com
; Setup for Linux systems
sendmail_path = /usr/sbin/sendmail -t
sendmail_from = me@myserver.com
In the above function where i have to specify the mail server address for linux system.please do help me
Thanks
Karthik.
how to send mail using linux
Moderator: General Moderators
- Chris Corbyn
- Breakbeat Nuttzer
- Posts: 13098
- Joined: Wed Mar 24, 2004 7:57 am
- Location: Melbourne, Australia
Linux uses sendmail. That's a local binary and you'll be hard pushed to find a linux installation without it.
If you don't have sendmail you can use SMTP with Swift Mailer.
If you don't have sendmail you can use SMTP with Swift Mailer.