Chris 917f78d024 Allow bare email addresses as message recipients.
BREAKING CHANGE: requires modification of messages_recipients table:
ALTER TABLE `messages_recipients` CHANGE `recipient_id` `recipient_id`
INT(10) UNSIGNED NULL DEFAULT NULL COMMENT 'ID of the user sho should
get the email';
ALTER TABLE `messages_recipients` ADD `email` TEXT CHARACTER SET utf8
COLLATE utf8_unicode_ci NULL AFTER `recipient_id`;
2015-03-19 14:51:50 +00:00
..
2015-03-19 14:49:08 +00:00
2013-05-22 14:50:39 +01:00
2014-01-12 12:16:19 +00:00
2014-06-24 15:07:39 +01:00