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

Add new action for auto-reply #23

Open
ranmocy opened this issue Apr 17, 2020 · 2 comments
Open

Add new action for auto-reply #23

ranmocy opened this issue Apr 17, 2020 · 2 comments
Labels
enhancement New feature or request

Comments

@ranmocy
Copy link
Owner

ranmocy commented Apr 17, 2020

When the condition is matched, we could automatically sent an email to the sender with pre-defined message.

@ranmocy ranmocy added the enhancement New feature or request label Apr 17, 2020
@ranmocy
Copy link
Owner Author

ranmocy commented Jul 8, 2020

Related to forwarding an email #33.
I think we could provide an generic "send_email" action.

Idea of syntax could be a list of actions:

(forward-to "someone@gmail.com") / (reply-to (all/default/sender))
(title "override title")
(body "my reply" (quote (original_body)) "signature")
(cc "additional@gmail.com")

This may vary depends on what APIs are available.

Supporting format in body is tricky, it's preferred to use (if Gmail supports) templates instead.

@SullieLore
Copy link

Would be very handy to have this implemented. Excellent project by the way.

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

No branches or pull requests

2 participants