Available Placeholders:
| Company | First Name | Last Name | Status | Sent At | |
|---|---|---|---|---|---|
| {{ $email->company_name ?? '-' }} | {{ $email->first_name ?? '-' }} | {{ $email->last_name ?? '-' }} | {{ $email->email }} | @if($email->status == 'sent') Sent @elseif($email->status == 'failed') Failed @else Pending @endif | {{ $email->sent_at ? $email->sent_at->format('M d, h:i A') : '-' }} |
๐๏ธ Scheduled: Upload before {{ \Carbon\Carbon::parse($campaign->scheduled_at)->format('M d, Y H:i') }} UTC.
CSV example:
โฐ Sends automatically at:
{{ \Carbon\Carbon::parse($campaign->scheduled_at)->format('M d, Y H:i') }} UTC
Upload your email list before this time.
โ ๏ธ Ready to send!
{{ $campaign->total_emails }} emails ยท {{ $campaign->delay_seconds }}s delay each.
{{ $campaign->progress_message ?? 'Processing...' }}
๐ Campaign done!
Sent: {{ $campaign->sent_count }} | Failed: {{ $campaign->failed_count }}
Re-send to the same list with an updated subject, body and a new send time.