You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Email is convenient, but when new people come onboard, it's tough to be able to give them access to the full context of the organization, since they don't have the email history.
Thinking that if we set up an email address like [email protected] that would auto-post emails to our subreddit, that would help share info. Using the below config on mailgun, we could send the parsed email to our hubot endpoint when the sended matches an @myplanetdigital.com address:
One more thing: If the original sender of a company email forgets to cc the reddit address, anyone else could forward it along. The downside is that this person has no good way to let others know they've done that. We could add some simple logic to hubot to make sure that if multiple people forward an email, it won't post the dupes to reddit.
Email is convenient, but when new people come onboard, it's tough to be able to give them access to the full context of the organization, since they don't have the email history.
Thinking that if we set up an email address like
[email protected]
that would auto-post emails to our subreddit, that would help share info. Using the below config on mailgun, we could send the parsed email to our hubot endpoint when the sended matches an@myplanetdigital.com
address:we could probably use Mailgun for this, since it can be set up to receive and act on email:
http://www.mailgun.com/pricing
http://documentation.mailgun.com/quickstart.html#receiving-and-parsing-email
And if we wanted to use
myplanetdigital.com
domain, it looks like we'd need to create a subdomain to allow mailgun to use, likeautomail.myplanetdigital.com
(for [email protected]`:http://documentation.mailgun.com/faqs.html#can-i-use-the-same-domain-name-for-mailgun-and-for-google-apps-or-another-email-server
(We could also use
automail.mpdagile.com
if that felt cleaner.)The text was updated successfully, but these errors were encountered: