Its a good question and one I am working on doing for one of my own sites: Annonces Immobilières. In my case I am trying to suppress emails going to admin.
That is exactly what I need as well. Want to stop the admin emails every time an ad is posted. If anyone knows how, please share! I am using designer version 4.1.10, not developer.
I think this should work. Comment out the sendmail line in includes/classes/kernel/Orders.php in Orders.php line 852 //$Mailer->sendMail($to, $content, $vars); This will stop the customer getting an email. If you also comment out line 786, the admin will not get an email either. You should also comment out line 1155 in Listings.php if the admin is not to get an email when a listing is modified. It may create other issues sothis needs to be tested thoroughly. You will need developer version to do this.
So there's no way to do this without having the developer version? And it seems like such a basic option to have.
That is subjective of course. There are few cases where you would really want to do this. I wish to do it simply because i have a single user system - only one advertiser.
I'm looking at doing the same thing, can you tell me if it has been working for you without problems. Thanks!
Thanks for the info...this might even be a nice option in a future release to be able to control via the admin.
If you don't have the developer version why not just set up a filter or message rule depending on which email client you are using, to automatically delete those emails?
That was my 2nd option, the only hurdle I have with this option is that many of our clients handle their own email and mail servers, making it difficult for me to set-up the filters.