This is the conclusion I've come to. A shame the SMTP directive is igored. I'm now going to have to change all my applications.d11wtq wrote:Linux ignores the SMTP directive in the ini since almost all *nix systems have sendmail installed. There are mailer libraries available such as Swift Mailer though.
Search found 3 matches
- Wed Sep 27, 2006 11:02 am
- Forum: PHP - Code
- Topic: Using a remote SMTP server
- Replies: 4
- Views: 531
- Wed Sep 27, 2006 8:35 am
- Forum: PHP - Code
- Topic: Using a remote SMTP server
- Replies: 4
- Views: 531
i dunno if this is what your looking for exactly but will something like this type of setup work for ya? [mail function] SMTP = smtp.isp.net sendmail_from = me@isp.net i found it here http://email.about.com/cs/phpemailtips/qt/et021802.htm Yes that's the sort of thing I was hoping for but it appears...
- Wed Sep 27, 2006 3:58 am
- Forum: PHP - Code
- Topic: Using a remote SMTP server
- Replies: 4
- Views: 531
Using a remote SMTP server
I'm disabling sendmail on one of my servers and I'd like all the PHP applications I have running on that server to use an alternative server for sending mail. I've found the following in php.ini but it appears as though specifying a remote SMTP server only works on Windows (I'm using Linux and Apach...