mirror of
https://github.com/flarum/core.git
synced 2025-07-31 13:40:20 +02:00
Use sender information from config
This commit is contained in:
@@ -41,7 +41,6 @@ class EmailConfirmationMailer
|
||||
$this->mailer->send(['text' => 'flarum::emails.confirm'], $data, function ($message) use ($user, $forumTitle) {
|
||||
$message->to($user->email);
|
||||
$message->subject('['.$forumTitle.'] Email Address Confirmation');
|
||||
$message->from('noreply@localhost', $forumTitle);
|
||||
});
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user