Skip to content

Email Configuration Options

Chris King edited this page Jan 10, 2017 · 3 revisions

FiercePhish

There are a couple options you have when it comes to how to send email with FiercePhish.

Options for sending email:

Custom SMTP Server

The most common way to send email with FiercePhish is by installing and configuring your own SMTP server. This is done automatically with the automated installer, but you can read about how to manually install Postfix, OpenDKIM, and Dovecot with the manual installation guide

Remote SMTP Server

Another way to send email with FiercePhish is by using a remote SMTP server. You can configure FiercePhish to use a remote server either via the web front-end (in "Settings" --> "Configurations"), or by editing the configuration file (by default found in "/var/www/fiercephish/.env"). Simply supply the Host, Port, Username, Password, and Encryption and it will work with that SMTP server.

Mailgun

FiercePhish is configured to allow Mailgun to send emails:

  1. In the FiercePhish web interface, go to "Settings" --> "Configurations"
  2. Select "Mailgun" in the drop down box "Mail Configuration"
  3. Go to Mailgun.com and sign up (its free if you are sending less than 10,000 emails per month)
  4. Provide the domain and Mailgun secret key in the FiercePhish configuration page and click save
  5. Done!
Clone this wiki locally