EGreg / Platform-history

The Qbix Platform for powering Social Applications
http://qbix.com/platform
GNU Affero General Public License v3.0
21 stars 5 forks source link

issues/30 - Make emails and sms be logged instead of being #33

Closed vlynev closed 10 years ago

EGreg commented 10 years ago

Please also change classes/Q/Utils.js and commit those changes.

EGreg commented 10 years ago

You still didn't implement this part of the issue:

log the emails with Q::log with

message = "\nSent email message to $emailAddress:\n$subject\n$body" and key = "email" for email message = "\nSent mobile message to $mobileNumber:\n$body" `key = "mobile" for mobile

You can override these message and mobile under the four config fields "Users"/("email" or "mobile")/"log"/("message" or "key") ... otherwise the defaults above are used.

When you address these things, push the commit with the keyword "Fixes #30"

EGreg commented 10 years ago

Already implemented this.