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_s et(SMTP,"mail.e bscon.com");
$mail_ini=ini_s et(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
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_s et(SMTP,"mail.e bscon.com");
$mail_ini=ini_s et(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
Comment