When I invite members, all is fine except that I do not see the invite in my outbox/sent messages. Where & how do I fix this?
When I invite members, all is fine except that I do not see the invite in my outbox/sent messages. Where & how do I fix this? Ultra Newb reporting for duty. |
Because the invite just sends out an email using php sendmail(). A solution would be to add a table or a field to an existing table that records the emails you have sent to. Then you could code a section for the admin that lists all the invites you have sent out. Geeks, making the world a better place |