Can i set sendmail_path
using ini_set
in php page, without changing in php.ini
file ?
Like this :
ini_set("SMTP","smtp.gmail.com");
ini_set("smtp_port","587");
My application will run on a shared server, and we can't change server's configurations file. This is my first question here , so apologizes for any mistakes.