elgg-gitbot / test2

0 stars 0 forks source link

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

Closed elgg-gitbot closed 11 years ago

elgg-gitbot commented 11 years ago

Original ticket http://trac.elgg.org/ticket/1403 on 2009-12-08 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 2010-02-01

elgg-gitbot commented 11 years ago

Milestone changed to Elgg 1.7.2 by cash on 2010-04-21

elgg-gitbot commented 11 years ago

cash wrote on 2010-04-23

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

elgg-gitbot commented 11 years ago

cash wrote on 2010-04-27

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

elgg-gitbot commented 11 years ago

cash wrote on 2010-04-27

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