elgg-gitbot / test

0 stars 0 forks source link

add function to send email to non-members (Trac #1403) #63

Closed elgg-gitbot closed 11 years ago

elgg-gitbot commented 11 years ago

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.

elgg-gitbot commented 11 years ago

Milestone changed to Elgg 1.8 by brettp on 40088298-04-19

elgg-gitbot commented 11 years ago

Milestone changed to Elgg 1.7.2 by cash on 40306000-07-03

elgg-gitbot commented 11 years ago

cash wrote on 40311928-02-08

(In [svn:5866]) Refs #1403 - first cut at a general purpose email send function

elgg-gitbot commented 11 years ago

cash wrote on 40320448-10-28

(In [svn:5896]) Refs #1403 - invitefriends now uses an Elgg function to send mail

elgg-gitbot commented 11 years ago

cash wrote on 40320572-09-22

(In [svn:5901]) Fixes #1403 - conversion over to new mail function is complete