#Mail notifications

9 messages · Page 1 of 1 (latest)

strange lion
#

Hi, I need help I want to edit mail notifications but unfortunately it is written in Laravel and I need to throw a space in the mail I have tried all the tips but nothing works. Thank you in advance for your help

near hollowBOT
#

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.

strange lion
#

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'));
}

marble rampart
strange lion
#

Not working

marble rampart
#

#api-and-modding

strange lion
#

Should I write my problem there yes?

marble rampart
#

yes