cozy / cozy-clearance

Clearance manager for cozy apps
Other
2 stars 7 forks source link

Email is not sent when sharing with someone #2

Closed jsilvestre closed 10 years ago

jsilvestre commented 10 years ago

(I experience this in cozy-files)

When I add someone to the share list and that I "save" then click "Ok" to send emails, no emails are sent.

It might come from my Cozy, though.

aenario commented 10 years ago

cozycloud's VM or local ? Can you check your DS log for calls to the mail API ?

jsilvestre commented 10 years ago

I have just tried again, here is the log: no /mails/ call

127.0.0.1 - POST /request/folder/all/ HTTP/1.1 200 194 - 8 ms
[2014-04-08 10:11:29:65] info - helper/db_feed | Publishing usage.application files
127.0.0.1 - GET /data/fdb4e13aa03e19050614ab09960ef00a/ HTTP/1.1 200 441 - 3 ms
[2014-04-08 10:11:29:69] info - helper/db_feed | Publishing usage.application files
[2014-04-08 10:11:29:73] info - helper/db_feed | Publishing usage.application files
127.0.0.1 - PUT /data/merge/fdb4e13aa03e19050614ab09960ef00a/ HTTP/1.1 200 16 - 10 ms
[2014-04-08 10:11:29:85] info - helper/db_feed | Publishing file.update fdb4e13aa03e19050614ab09960ef00a
[2014-04-08 10:11:29:138] info - helper/db_feed | Publishing usage.application files
127.0.0.1 - GET /data/fdb4e13aa03e19050614ab09960ef00a/ HTTP/1.1 200 535 - 3 ms
[2014-04-08 10:11:29:147] info - helper/db_feed | Publishing usage.application files
127.0.0.1 - POST /request/file/all/ HTTP/1.1 200 668 - 12 ms

That being said, I tried to set an alarm with email notification and I got no email so there might be 2 issues here.

jsilvestre commented 10 years ago

Fixed in a commit, a month ago :)