Dear {{ $user->first_name }},

 

@if($opt_in_count)

The following email addresses @if($mailbox) from {{ $mailbox }}'s mailbox @endif are ready for your review.{{ $auto_optin_delay_text }}

 

{{ $opt_in_count }} Contacts to Review

@foreach($opt_in_results as $result) @endforeach
{{ $result->email_contact_name }} {{ $result->email }}

 

@endif @if($already_opted_in_count)

The following email addresses @if($mailbox) from {{ $mailbox }}'s mailbox @endif have been opted in since your last review.

 

{{ $already_opted_in_count }} Contacts Opted In

@foreach($already_opted_in_results as $result) @endforeach
{{ $result->email_contact_name }} {{ $result->email }}

 

@endif @if(!$opt_in_count and !$already_opted_in_count)

We don’t have any new opt-ins for you to review at this time.

@endif @if($prospect_count)

Mailbox Mining has also captured {{ $prospect_count }} {{ $prospect_count > 1 ? 'addresses' : 'address' }}.

@endif
@include('emails._email_button', ['link' => $link, 'button_text' => 'Review Contacts'])
@if(isset($most_emails_captured))

Weekly Stats For Your Business

Most Emails Captured: {{ $most_emails_captured_name . ' ' . $most_emails_captured }}

Most Contacts Opted In: {{ $most_contacts_opted_in_name. ' ' . $most_contacts_opted_in }}

You captured {{ $emails_captured_this_week }} emails this week and {{ $emails_captured_all_time }} emails all time.

You opted in {{ $contacts_opted_in_this_week }} contacts this week and {{ $contacts_opted_in_all_time }} all time.

@endif