We are using ODOO Enterprise edition v 18
Currently making ready on Production server . Part of this task " creating user"
When creating new user user is getting email automatically to user.
But we do not want to new user to get Email notification . We want to notify user after completing all configuration.
How to stop this email...
Thanks for your timing
Yes this ideas in our pipeline, but as it is more users - after going live we cannot update users again.
is there any way - i can stop Outgoing email ( not that still we did not configure SMTP )
Yes, you can set a dummy SMTP server (anything that doesn't actually perform mail transfer, i.e. fill all fields out with 'test')- Point is, as long as you don't have a SMTP server set up, Odoo will send out any mail unauthenticated. Once you have set up a SMTP server, regardless of it being functional, Odoo will try to use it.