@extends('emails/user/layouts/system') @section('content')
{!! __h('This is a test mail sent by :app_name. It means that outgoing email settings of your :mailbox mailbox are fine.', ['app_name' => ''.htmlspecialchars(\Config::get('app.name')).'', 'mailbox' => ''.htmlspecialchars($mailbox->name).'']) !!}
@endsection