#Mail notifications
9 messages · Page 1 of 1 (latest)
Please explain the issue you're experiencing in as much detail as possible. Preferably with error messages in a text format or paste link to logs. Nobody can assist you without information that helps to understand the issue. Help us help you. Messages such as "doesn't work" or "i need help" will most likely be ignored.
public function toMail(): MailMessage
{
return (new MailMessage())
->greeting('Hello ' . $this->user->username . '.')
->line('Dobrý den, Děkujeme vám za zakoupení serveru Minecraft. Rádi bychom vás informovali, že vaše platba byla úspěšně zpracována a server je připraven k použití.')
->line('V případě jakýchkoli dotazů nebo problémů nás neváhejte kontaktovat. Naše kontaktní informace jsou uvedeny níže')
// The Gap
->line('E-mail: [email protected]')
->line('Discord: [email protected]')
->line('Nebo si můžete vytvořit ticket v naší klientské zóně.')
->action('Login and Begin Using', route('index'));
}
Just put ->line('')
#api-and-modding
Should I write my problem there yes?
yes