After registering on the site on the local server, OpenServer came to runtime such a letter

enter image description here

There is no link to confirm the mail, how to be?

My web.php

 ... 'modules' => [ 'user' => [ 'class' => 'dektrium\user\Module', 'enableConfirmation' => true, ], ], ... 

    1 answer 1

    Found a solution to the problem. MB someone will be the same)

    You need to remove the mail folder from app\views\user . Then the message will become standard.

    enter image description here