We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When the condition is matched, we could automatically sent an email to the sender with pre-defined message.
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
Would be very handy to have this implemented. Excellent project by the way.
No branches or pull requests
When the condition is matched, we could automatically sent an email to the sender with pre-defined message.
The text was updated successfully, but these errors were encountered: