Php ini setting--mail function

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • vssp
    Contributor
    • Jul 2006
    • 268

    #1

    Php ini setting--mail function

    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
  • ronverdonk
    Recognized Expert Specialist
    • Jul 2006
    • 4259

    #2
    How about ini_set(sendmai l_path) for nix?

    Ronald :cool:

    Comment

    Working...