Edit : I found the problem, the plugin lost all my confirmation and welcome messages so it sent nothing by mail.
The problem seems to be about the PHP memory allowed, too small. I added :
define(‘WP_MAX_MEMORY_LIMIT’, ‘512M’);
in the wp_config.php file after re-writing all my welcome messages.
Will that work ?