mirror of
https://github.com/pyrohost/pyrodactyl.git
synced 2026-04-06 04:01:58 +02:00
updated mail settings because, we are "pyro"
This commit is contained in:
@@ -20,8 +20,8 @@ class MailTested extends Notification
|
||||
public function toMail(): MailMessage
|
||||
{
|
||||
return (new MailMessage())
|
||||
->subject('Pterodactyl Test Message')
|
||||
->subject('Pyrodactyl Test Message')
|
||||
->greeting('Hello ' . $this->user->name . '!')
|
||||
->line('This is a test of the Pterodactyl mail system. You\'re good to go!');
|
||||
->line('This is a test of the Pyrodactyl mail system. You\'re good to go!');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user