SendSingleEmailJob
in package
implements
ShouldQueue
uses
Dispatchable, InteractsWithQueue, Queueable, SerializesModels
Table of Contents
Interfaces
- ShouldQueue
Properties
Methods
- __construct() : mixed
- getJobId() : mixed
- getRawBody() : mixed
- handle() : mixed
- getTrackingPixels() : mixed
- getUnsubscribeLink() : string
- replaceLinksWithTrackers() : mixed
Properties
$contact
public
Contact
$contact
$singleSendEmail
public
SingleSendEmail
$singleSendEmail
Methods
__construct()
public
__construct(SingleSendEmail $singleSendEmail, Contact $contact) : mixed
Parameters
- $singleSendEmail : SingleSendEmail
- $contact : Contact
getJobId()
public
getJobId() : mixed
getRawBody()
public
getRawBody() : mixed
handle()
public
handle() : mixed
getTrackingPixels()
protected
getTrackingPixels() : mixed
getUnsubscribeLink()
protected
getUnsubscribeLink() : string
Return values
stringreplaceLinksWithTrackers()
protected
replaceLinksWithTrackers(mixed $html) : mixed
Parameters
- $html : mixed