Email stuff

Talk about writing modules and plugins for CMS Made Simple, or about specific core functionality. This board is for PHP programmers that are contributing to CMSMS not for site developers
Post Reply
calguy1000
Support Guru
Support Guru
Posts: 8169
Joined: Tue Oct 19, 2004 6:44 pm
Location: Fernie British Columbia, Canada

Email stuff

Post by calguy1000 »

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?
Follow me on twitter
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
Ted
Power Poster
Power Poster
Posts: 3329
Joined: Fri Jun 11, 2004 6:58 pm
Location: Fairless Hills, Pa USA

Re: Email stuff

Post by Ted »

Good idea.  Going to put this on the list...
Woudloper

Re: Email stuff

Post by Woudloper »

wishy wrote: Good idea.  Going to put this on the list...
Is there a place where we can see that detailed list of features to be added and so on? The roadmap is a bit empty for the upcoming releases. Are you also planning to put the module wishes (on the wiki) in place for the upcoming releases?
Ted
Power Poster
Power Poster
Posts: 3329
Joined: Fri Jun 11, 2004 6:58 pm
Location: Fairless Hills, Pa USA

Re: Email stuff

Post by Ted »

Well, right now I keep my todo list either in the bug tracker or in the bot in our irc channel.  Time has been pretty limited lately, so any dev time I do get usually has to go to actual coding and none of the other "stuff" that comes with managing an application...

Not to mention that, but a lot of the ideas of where we are going to still rattling around in my head.  I have a list 10 miles long.  A most of them were going to hold off for a rewrite.  But I'm starting to reconsider that a bit and possibly just do them bit by bit (kind of like what i'm doing with this week's overhaul).
Post Reply

Return to “Developers Discussion”