flexisip-account-manager/flexiapi/resources/views/mails/newsletter_registration.blade.php
2025-04-29 09:12:59 +00:00

7 lines
156 B
PHP

@extends('mails.layout')
@section('content')
Hello,
The following email address wants to register to the mailing list: {{ $account->email }}.
@endsection