hai friends
I want mail server setting in my php appliacation no need to change the php ini file
I got some sample code like this
$mail_ini=ini_set(SMTP,"mail.ebscon.com");
$mail_ini=ini_set(smtp_port,25);
This code working on only Windows machine only. But I am using linux machine
Any option without change the phpini file to setting the mail server configuration ?
Please advice