-
Notifications
You must be signed in to change notification settings - Fork 253
Email Configuration Options
There are a couple options you have when it comes to how to send email with FiercePhish.
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
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.
FiercePhish is configured to allow Mailgun to send emails:
- In the FiercePhish web interface, go to "Settings" --> "Configurations"
- Select "Mailgun" in the drop down box "Mail Configuration"
- Go to Mailgun.com and sign up (its free if you are sending less than 10,000 emails per month)
- Provide the domain and Mailgun secret key in the FiercePhish configuration page and click save
- Done!