Skip to content

Email Configuration Options

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

FirePhish

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

Options for sending email:

Custom SMTP Server

The most common way to send email with FirePhish 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 FirePhish is by using a remote SMTP server. You can configure FirePhish 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/firephish/.env"). Simply supply the Host, Port, Username, Password, and Encryption and it will work with that SMTP server.

Mailgun

FirePhish is configured to allow Mailgun to send emails:

  1. In the FirePhish 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 FirePhish configuration page and click save
  5. Done!