|
Posted by Mitul on 10/05/06 10:06
On Oct 5, 2:08 am, "huntedsnark" <mah...@cinci.rr.com> wrote:
> I am working on a webpage that is on a different server than the email
> server that the company wants me to use to send emails.
>
> Is it possible to change the PHP.ini file to use this non-local SMTP
> server, or is it not that simple?
You can also do that by PHP script no need to do that in PHP.ini
file...
Here is the fuction.... ini_set("SMTP","http://www.example.com");
Regards,
Mitul Patel
Navigation:
[Reply to this message]
|