![]() |
Codeigniter Shop and Email Scripts? - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Libraries & Helpers (https://forum.codeigniter.com/forumdisplay.php?fid=22) +--- Thread: Codeigniter Shop and Email Scripts? (/showthread.php?tid=8671) |
Codeigniter Shop and Email Scripts? - El Forum - 05-27-2008 [eluser]Devon Lambert[/eluser] Not sure if this is the appropriate place for this question but I thought it may fit here. 1) Are there any Codeigniter Email Scripts out there that extend upon the Email class? 2) What about a Codeigniter Shop Script? Anything that extends the code nicely? or am I stuck rebuilding something that is already out there? Anyone currently developing one of these two and looking for support in the open source community? :-) Codeigniter Shop and Email Scripts? - El Forum - 05-27-2008 [eluser]Jamie Rumbelow[/eluser] I'm developing a shop system, but I am in a very buggy and alpha release. I hope to get a basic working version out this week some time however. There is a great email script for CI Here. Codeigniter Shop and Email Scripts? - El Forum - 05-27-2008 [eluser]Devon Lambert[/eluser] Thanks Jemgames, Definitely keep me posted. For anyone with an interest in the email class/script, See this thread: http://ellislab.com/forums/viewthread/71445/ || UPDATE: Jemgames I've seen that solution for mail within the application but what I am looking for is a mailing list solution, whereby I can set up a list of users and send them update emails about my site. PHPList is great but I want to keep myself in the world of MVC so I am trying to integrate the right way. See the thread above for a work in progress. |