tpitale / mail_room

Forward mail from gmail IMAP to a callback URL or job worker, simply.
MIT License
193 stars 51 forks source link

read passwords from env variables #150

Closed shernade closed 7 months ago

shernade commented 1 year ago

with this PR we can read delivery password and google email password as ENV variable, so we don't need to set them in mail_room.yml file

pilaf commented 1 year ago

It seems this can already be achieved using ERB format in config files: #53

tpitale commented 7 months ago

I'll make an issue to update the docs to explain how that works.