Add manage link to email notifications
This commit is contained in:
committed by
Graham Campbell
parent
af0e578a44
commit
e51504b3ec
@@ -71,6 +71,7 @@ class SendMaintenanceEmailNotificationHandler
|
||||
'text_content' => $data->message,
|
||||
'scheduled_at' => $data->scheduled_at_formatted,
|
||||
'token' => $subscriber->token,
|
||||
'manage_link' => route('subscribe.manage', ['code' => $subscriber->verify_code]),
|
||||
'unsubscribe_link' => route('subscribe.unsubscribe', ['code' => $subscriber->verify_code]),
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user