{{-- --}} @section('title') {{ $title }} @endsection {{-- --}}
Create Mail Schedule
100 mails at every 5 minutes.

Send Job Mailer


{{-- send job mail form --}}
All fields are mandatory
{{ $emailIds ? 'Total Email Count: '. count($emailIds).' '.$recipients : '' }} {{-- {{ $emailIds ? 'Email Count: '. $emailIds : '' }} --}}
Select Job
Select Recipients {{-- --}}
@if ($recipients == 'Selected Ids') @endif @if (isset($validIds) && $validIds->count()>0)
Valid Email Ids: {{ $validIds->count() }}
@php foreach ($validIds as $email) { echo $email."\n"; } @endphp @endif @if (isset($invalidIds) && $invalidIds->count()>0)
Invalid Email Ids: {{ $invalidIds->count() }}
@php foreach ($invalidIds as $email) { echo $email."\n"; } @endphp @endif
Subject
Schedule Date & Time
Schedule Mail Cancel

Live Mail Preview


{{-- mail header --}} {{-- mail header ends --}}
Job Title: {{ $job->title }}
Company: {{ $job->company_name }}

Location: {{ $job->city .', '. $job->state }}

Salary: {{ $job->salary_from !="" ? $job->salary_from : "Undisclosed" }}

Industry: {{ getIndustryByIndustryId($job->industry_id) }}

@if (isset($job->experience_min))

Experience: {{ $job->experience_min }} @if (isset($job->experience_max)) - {{ $job->experience_max }} @endif Years

@endif @if (isset($job->job_type))

Job Type: {{ $job->job_type }}

@endif @if (isset($job->gender))

Gender: {{ $job->gender }}

@endif
Job Description

{!! $job->description !!}
If you would prefer not to receive these emails please click Unsubscribe
{{-- mail footer --}}
Warm Regards,
{{ config('app.name') }} {{-- Jobshubharambh.com --}}
Plot no-793 , Bari Cooperative Colony , Bokaro Steel City , Jharkhand - 827012 , India .
info@jobshubharambh.com
query@jobshubharambh.com
+91 8797579987
+91 9234500217
Disclaimer: Privileged/Confidential information may be contained in this message and may be subject to legal privilege. Access to this e-mail by anyone other than the intended is unauthorized. If you are not the intended recipient (or responsible for delivery of the message to such person), you may not use, copy, distribute or deliver to anyone this message (or any part of its contents) or take any action in reliance on it. In such case, you should destroy this message, and notify us immediately. If you have received this email in error, please notify us immediately by e-mail or telephone and delete the e-mail from any computer. If you or your employer does not consent to internet e-mail messages of this kind, please notify us immediately. All reasonable precautions have been taken to ensure no viruses are present in this e-mail. As our company cannot accept responsibility for any loss or damage arising from the use of this e-mail or attachments we recommend that you subject these to your virus checking procedures prior to use. The views, opinions, conclusions and other information’s expressed in this electronic mail are not given or endorsed by the company unless otherwise indicated by an authorized representative.
{{-- mail footer ends --}}