Add notes for 2019-05-03

This commit is contained in:
2019-05-03 10:29:01 +03:00
parent 1296501125
commit f964d28fb6
3 changed files with 56 additions and 8 deletions

View File

@ -64,4 +64,25 @@ curl: (22) The requested URL returned error: 401 Unauthorized
https://cgspace.cgiar.org/rest/collections/1179/items?limit=812&expand=metadata
```
## 2019-05-03
- A user from CIAT emailed to say that CGSpace submission emails have not been working the last few weeks
- I checked the `dspace test-email` script on CGSpace and they are indeed failing:
```
$ dspace test-email
About to send test email:
- To: woohoo@cgiar.org
- Subject: DSpace test email
- Server: smtp.office365.com
Error sending email:
- Error: javax.mail.AuthenticationFailedException
Please see the DSpace documentation for assistance.
```
- I will ask ILRI ICT to reset the password
<!-- vim: set sw=2 ts=2: -->