Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Options

disable all emails vanilla2

edited November 2010 in Vanilla 2.0 - 2.8
is there any way i can disable all email sending ? and i do mean all
Tagged:

Comments

  • Options
    Are you using a host or your own machine? If you are using your own machine, deleting php-mail (or whatever the name is) should disable all e-mail notifications. Kind of a brute force, but it should work.

    /cd
  • Options
    i'm hosting on my own server (machine) but disabling phpmail is not a viable option
  • Options
    Hmm... oki. What happens if you tweak Dashboard -> Outgoing email?
    1) either delete the outoging e-mail address
    2) use SMTP server and send it to some bogus server.
    3) I'm looking at the code now, trying to find where the e-mails are sent from
  • Options
    if($EventName != ''){ $this->EventArguments['EventName'] = $EventName; $this->FireEvent('SendMail'); }

    line 194 in library/core/class.email.php -- maybe this helps...

    /cd
  • Options
    thanks david i will try u'r last suggestion and replay with the outcome
Sign In or Register to comment.