Reputation: 10638
For a shop we need to deactivate most of Shopware's default mails, such as order confirmation, bill, etc. The only ones we need to keep are the ones about user management (profile created, forget password).
I found this answer that shows how to disable all mails.
But nothing else, searched SO, Shopware forum (German and English), a lot of people having the same need but no solution posted anywhere.
Upvotes: 0
Views: 653
Reputation: 1755
You can deactivate the order confirmation email in backend using the "send order mail" field under the checkout settings like described in the documentation.
Most of the other emails are triggered manually on e.g. order status change or cron jobs.
Upvotes: 1