Skip to Content
Menu
This question has been flagged
2 Replies
471 Views

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



Avatar
Discard
Author

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.

Best Answer

Easiest, without any customization, would be to simply not put an email address (the field you are filling in at the user creation is essentially the login name - which not necessarily has to be an email address at this point) - or a fake one (...@example.com).


Avatar
Discard
Best Answer

You could inactivate the new user email template ‘New User Invite’ from settings>technical>email templates.

Developer mode needs to be activated to view this menu

Avatar
Discard