I have an PHP Forum (vanilla forums) and for its registration emails I installed Postfix. Now As I figured it out, vanilla forums uses PHPMailer for email sending procedure.
Now my questions are:
Is
PostfixanSMTP Server? Could it fulfill the requirements thatPHPMailerneeds to send registration emails?Should I install a separate
SMTP Serverfor this kind jobs? (i.e scripts likePHPMailerthat needSMTP Server). If yes WhichSMTP Servershould I install?Does installing a separate
SMTP Serverconflict withPostfix?