mirror of
https://github.com/flarum/framework.git
synced 2025-04-25 06:04:04 +08:00
Use sender information from config
This commit is contained in:
parent
a07f896397
commit
cab95662db
@ -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);
|
||||
});
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user