From: Louis Jeckel Date: Mon, 31 Aug 2020 10:46:22 +0000 (+0200) Subject: email modifications X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=343c2d56961f23d597afdce414508f53dfb849be;p=psq.git email modifications --- diff --git a/app/Notifications/RegistrationComplete.php b/app/Notifications/RegistrationComplete.php index 0c3dac1..e5981df 100644 --- a/app/Notifications/RegistrationComplete.php +++ b/app/Notifications/RegistrationComplete.php @@ -41,7 +41,8 @@ class RegistrationComplete extends Notification implements ShouldQueue public function toMail($notifiable) { return (new MailMessage) - ->subject('Activation réussie') + ->subject('PRESCRIPTION SANTÉ QUOTIDIEN : Activation réussie !') + ->greeting('Cher lecteur,') ->line("Votre compte à bien été activé !") ->line("Vous allez pouvoir recevoir tous les prochains numéros de *Prescription Santé : Le Quotidien*") ->addTag('reg_complete'); diff --git a/app/Notifications/RegistrationPending.php b/app/Notifications/RegistrationPending.php index 7c0398f..9c4f0bb 100644 --- a/app/Notifications/RegistrationPending.php +++ b/app/Notifications/RegistrationPending.php @@ -44,7 +44,8 @@ class RegistrationPending extends Notification implements ShouldQueue $link = $notifiable->routeWithToken('account.index', [], now()->addDays(14)); return (new MailMessage) - ->subject('Activation en attente') + ->subject('[Relance] PRESCRIPTION SANTÉ QUOTIDIEN : Activation en attente') + ->greeting('Cher lecteur,') ->line("Nous avons remarqué que votre compte n'est toujours pas activé.") ->line("Veuillez cliquer sur ce lien pour créer votre mot de passe et ne rater aucun numéro de *Prescription Santé : Le Quotidien* !") ->line("Cela ne vous prendra pas plus d'une minute.") diff --git a/app/Notifications/Welcome.php b/app/Notifications/Welcome.php index a189afc..1d58a4a 100644 --- a/app/Notifications/Welcome.php +++ b/app/Notifications/Welcome.php @@ -42,7 +42,7 @@ class Welcome extends Notification implements ShouldQueue { $link = $notifiable->routeWithToken('account.index', [], now()->addDays(7)); return (new MailMessage) - ->subject('Nouvelle plateforme Prescription Santé') + ->subject('PRESCRIPTION SANTÉ QUOTIDIEN : Votre nouvelle plateforme') ->greeting('Cher Lecteur abonné à notre « petit » quotidien !') ->line("Ce dernier est justement de moins en moins petit et nous allons donc vous faire profiter, dès lundi d’une nouvelle formule dont le contenu comme la forme seront tout à la fois plus riches et plus « agréables » à lire.") ->line("Mais pour cela, nous devons vous demander un tout petit effort de quelques secondes à peine !") diff --git a/resources/views/vendor/nova/partials/logo.blade.php b/resources/views/vendor/nova/partials/logo.blade.php index c15c3f2..73b6c8b 100644 --- a/resources/views/vendor/nova/partials/logo.blade.php +++ b/resources/views/vendor/nova/partials/logo.blade.php @@ -1 +1 @@ -logo psq +logo psq