We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 58cbc7b + 7dc8039 commit 056e9ecCopy full SHA for 056e9ec
kumar_asshole.rb
@@ -16,14 +16,14 @@
16
if email.body[KEYWORDS_REGEX]
17
# Restore DB and send a reply
18
email.label('Database fixes')
19
- reply = reply_to(email.subject)
+ reply = create_reply(email.subject)
20
gmail.deliver(reply)
21
end
22
23
24
-def reply_to(subject)
+def create_reply(subject)
25
gmail.compose do
26
- to "email@example.com"
+ to "kumar.a@example.com"
27
subject "RE: #{subject}"
28
body "No problem. I've fixed it. \n\n Please be careful next time."
29
0 commit comments