adsabs / adsws

ADS web services
Other
2 stars 15 forks source link

Add e-mail integration to the feedback service #71

Closed jonnybazookatone closed 8 years ago

jonnybazookatone commented 9 years ago

There is still the use case for people wanting to have e-mails received , so a relevant end point can be added in the views.

See the accounts utils https://github.com/adsabs/adsws/blob/master/adsws/accounts/utils.py#L25.

This is semi-related to issue #70.

jonnybazookatone commented 8 years ago

Opening a github issue internally would also be great.

ehenneken commented 8 years ago

I'm not convinced about opening Github issues. So far we have seen a very mixed bag of real issues, just remarks and other communications that don't need follow-up.

jonnybazookatone commented 8 years ago

It would remove this continued problem of "Has XYZ responded to question from user ABC?". Or stale questions being unanswered. That was my main drive behind it.

jonnybazookatone commented 8 years ago

I believe @ehenneken volunteered to take over this at some point in the near future.

ehenneken commented 8 years ago

Sending mail was working locally, but fails when deployed on AWS. Need to do:

  1. put helpdesk email in config
  2. add helpdesk email to 'replyto'
  3. better exception handling