nicolasalbert/gmail-forwarder
Auto forward emails from Gmail. More https://github.com/nicolas-albert/gmail-forwarder/
88
This project allow to automatically forward emails that arrive in a particular GMAIL IMAP folder to a list of recipients. Motivation: allow to transfer email without configuring the email forward feature of GMAIL and also works for email created by API (not the case for the GMAIL forward feature).
The configuration comes from environment variables, no configuration file needed.
docker run --name gmail-forwarder -d -e USERNAME=gmailaccount -e PASSWORD=gmailpassword -e TO=recipient@mail.com nicolasalbert/gmail-forwarder
Same as DOCKER, configuration is read from environment variables. Once done, via your shell or a script, just launch the application.
gradlew run
Here the list of environment variable used:
docker pull nicolasalbert/gmail-forwarder