This would allow you to test functionality on a test site with real user accounts without those people actually getting notified. I can do this addition, just task me with it so I don't forget.

Thanks

CommentFileSizeAuthor
#1 email_additions.patch8.21 KBdavea

Comments

davea’s picture

Version: 5.x-1.x-dev » 5.x-1.0
StatusFileSize
new8.21 KB

Here is a patch to the first version of this functionality. It actually adds 2 functions:
1) send email to watchdog
2) disable email sitewide

Both of these help with Site development.

Your feedback is welcome and appreciated.

Also, I ran into a problem where I could not disable the collapsible setting without disabling the module. The code here also contains a fix for that as well.

Thanks!

davea’s picture

My apologies- the patch I uploaded is for 5.x.1.0, not dev.

Sorry!

greggles’s picture

Component: Miscellaneous » Code

I believe the devel module already includes this functionality. In general I think it's best to leave functionality in one module or another - not both.

litwol’s picture

Version: 5.x-1.0 » 5.x-1.x-dev
Status: Active » Closed (won't fix)

as greggles said. such functionality is already included in devel module.