Home
Forums
Members
Search
Help
New topics
Todays topics
Website
Welcome Guest, Not a member yet?
Register
Sign In
Login
Username:
Password:
Remember me
Lost Password?
CodeIgniter Forums
Archived Discussions
Archived Development & Programming
How to stop email sending functionality in email library
Share on Google
Share on Facebook
Share on Twitter
View a Printable Version
Subscribe to this thread
Add Poll to this thread
Send thread to a friend
Linear Mode
Threaded Mode
How to stop email sending functionality in email library
El Forum
Unregistered
#1
09-23-2010, 12:38 AM
[eluser]RajendraPrasad[/eluser]
Hi..
In my application i need to disable email sending. which is developed in codeigniter.
I don't know how to stop this one. What i need to change in email library.
If any one know please help me..
Thanks
rajendra..
El Forum
Unregistered
#2
09-23-2010, 01:24 AM
[eluser]Buso[/eluser]
find every send() call in your app and comment it with //
or if you wanna hack the Email library you can try doing this at the beginning of the send() function:
Code:
return TRUE;
or
Code:
return FALSE;
depending on whether your app uses the return value or not. In both cases the emails will stop being sent anyway
El Forum
Unregistered
#3
09-23-2010, 03:46 AM
[eluser]RajendraPrasad[/eluser]
Thank you..
--------------------
Private Messages
User Control Panel
Who's Online
Search
Forum Home
General
-- News & Discussion
-- Events
-- Lounge
-- Regional User Groups
Using CodeIgniter
-- Installation & Setup
-- Model-View-Controller
-- Libraries & Helpers
-- Best Practices
-- Choosing CodeIgniter
-- General Help
CodeIgniter 4
-- CodeIgniter 4 Roadmap
-- CodeIgniter 4 Development
-- CodeIgniter 4 Feature Requests
-- CodeIgniter 4 Support
-- CodeIgniter 4 Discussion
-- CodeIgniter 4 Addins
Development
-- CodeIgniter 3.x
-- CodeIgniter 2.x
-- Issues
-- NetBeans Plugin
External Resources
-- Spotlight
-- Learn More
-- Jobs
-- Addins
Archived Discussions
-- Archived Libraries & Helpers
-- Archived Development & Programming
Theme © iAndrew 2016 -
Forum software by © MyBB