Files
newznab-tmux/resources/views/emails/newAccountCreated.blade.php
T

10 lines
197 B
PHP

@extends('emails.email_layout')
@section('title')
New user registered
@endsection
@section('content')
User <b>{{ $username }}</b> has registered a new account on {{ $site }}.
@endsection