Email stuff
Posted: Sun Sep 11, 2005 5:39 pm
Another feature request (sorry wishy)
I would like to be able to configure email settings on the admin panel (smtp server, port, (default to localhost:25)
and then a nice method in the module API that would allow me to send an email
i.e: $this->sendEmail('the_destination_address@somewhere.com','the_subject',$the_message_body,$the_array_of_attchments,
$the_cc_array, $the_bcc_array);
Then I could add various email notification things to the various modules I'm writing (particularly the uploads, etc) modules.
What does everybody else think?
I would like to be able to configure email settings on the admin panel (smtp server, port, (default to localhost:25)
and then a nice method in the module API that would allow me to send an email
i.e: $this->sendEmail('the_destination_address@somewhere.com','the_subject',$the_message_body,$the_array_of_attchments,
$the_cc_array, $the_bcc_array);
Then I could add various email notification things to the various modules I'm writing (particularly the uploads, etc) modules.
What does everybody else think?