Posted by Manuel Lemos on 10/09/35 12:00
Hello,
on 01/15/2008 12:14 AM B said the following:
> Hi,
> Im new to php (as of this weekend)
> I have an app setup which sends an email. I'm using php and mysql on
> Ubuntu.
> I'm a little confused how to setup the smtp mail servers in the
> php.ini file (this is where I set it up right?)
>
> Im sure I have the actual php code correct in my page, and it is the
> mail server settings thats creating the problems.
It depends. You only need to setup SMTP servers under Windows. Under
Linux/Unix messages are not relayed on SMTP servers.
Are you having difficulties to have your messages sent with the mail()
function? What operating system are you using in your Web server machine?
--
Regards,
Manuel Lemos
PHP professionals looking for PHP jobs
http://www.phpclasses.org/professionals/
PHP Classes - Free ready to use OOP components written in PHP
http://www.phpclasses.org/
[Back to original message]
|