Closed elgg-gitbot closed 11 years ago
Milestone changed to Elgg 1.8
by brettp on 40088298-04-19
Milestone changed to Elgg 1.7.2
by cash on 40306000-07-03
cash wrote on 40311928-02-08
(In [svn:5866]) Refs #1403 - first cut at a general purpose email send function
cash wrote on 40320448-10-28
(In [svn:5896]) Refs #1403 - invitefriends now uses an Elgg function to send mail
cash wrote on 40320572-09-22
(In [svn:5901]) Fixes #1403 - conversion over to new mail function is complete
Original ticket http://trac.elgg.org/ticket/1403 on 39938887-12-27 by cash, assigned to unknown.
Elgg version: 1.6
Elgg has a function to send email to members but not to non-members. The current function handles setting the from address, setting the headers, newline character, etc. It would be beneficial to have a similar function for sending emails to people who are not members.
Possible uses would be for the invite friends plugin, a share content plugin, and so on.