Welcome Guest, Not a member yet? Register   Sign In
How to stop email sending functionality in email library
#2

[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


Messages In This Thread
How to stop email sending functionality in email library - by El Forum - 09-23-2010, 01:24 AM



Theme © iAndrew 2016 - Forum software by © MyBB