PHP Mail function on Nginx

Hello!

I'm running Nginx on my Linode with FastCGI for PHP.

I'm attempting to run a PHP mailer script from my site, but it just won't send and it's driving me nuts.

Can someone give me some pointers as to which file I should be looking at to configure?

Your time is appreciated!

2 Replies

Unless your mail server requires very special configuration, you shouldn't need to configure anything with PHP. Chances are, you need to install the php-mail package to gain the needed PHP functions.

Have you installed a mail server? Try postfix https://library.linode.com/email/postfi … 0.04-lucid">https://library.linode.com/email/postfix/gateway-ubuntu-10.04-lucid

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct