Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Additional Heimdall features #47

Open
taylorhakes opened this issue Aug 11, 2020 · 1 comment
Open

Additional Heimdall features #47

taylorhakes opened this issue Aug 11, 2020 · 1 comment

Comments

@taylorhakes
Copy link

taylorhakes commented Aug 11, 2020

Thank you so much for creating this very useful tool. I recently forked it and added the following functionality for my use case.

  • Allow selecting alias names (original service only used randomly generated aliases). This uses the email subject as the alias name (the body as the description) in the generate command. Leave the subject blank to auto generate an alias.
  • Support outbound email aliases. Heimdall supported aliases only when another sender initiated the communication. There was no way to initiate communication with an alias. This is now supported in generate command. Here is an example.
To: generate@<YOUR DOMAIN>
SUBJECT: <CUSTOM ALIAS NAME>:<EMAIL ADDRESS TO FORWARD EMAIL TO>
BODY: <DESCRIPTION OF ALIAS>
To: [email protected]
SUBJECT: myfriend:[email protected]
BODY: Alias for my friend bob

When you send emails to <CUSTOM_ALIAS_NAME>@<YOUR DOMAIN> it will automatically forward to the email specified

  • Encrypt the Email password in Amazon SSM

Happy to create PRs if these are features you would be interested in merging. Not a big deal either way. https://github.com/taylorhakes/heimdall

@fterh
Copy link
Owner

fterh commented Aug 17, 2020

Hi! I'd be happy to take a look at these if you create a PR.

Just some thoughts:

  • I'd personally switch the subject and body for generating a new alias (to maintain compatibility with the existing workflow of using subject as description) - but this is honestly a user preference thing
  • Outbound email feature would be AWESOME. Can't wait!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants