Php – postfix for sending emails thru php

emailPHPpostfixsmtp

I want to install postfix (apt-get install postfix) to be able to send email thru php mail();

But i don't get does postfix needs an smtp to send emails or he can do it on his own? (because if it needs an smtp i can continue to use my PHPMailer or Swift Mailer)

I am on a dedicated server.

Best Answer

POSTFIX is an smtp server itself. You won't need to install anything else.

http://www.postfix.org/SMTPD_ACCESS_README.html