SingleSendEmail
extends Model
in package
uses
HasFactory
Table of Contents
Properties
Methods
- buildLink() : mixed
- http://localhost:2202/_/email/1-2/open?to=http%3A%2F%2Flocalhost%3A2202%3Futm_campaign%3Dtesting_campaign%26utm_content%3Dclick+here
- contacts() : mixed
- getBody() : mixed
- getSubject() : mixed
Properties
$casts
protected
mixed
$casts
= ['send_at' => 'datetime']
$fillable
protected
mixed
$fillable
= ['send_at', 'subject', 'body']
Methods
buildLink()
http://localhost:2202/_/email/1-2/open?to=http%3A%2F%2Flocalhost%3A2202%3Futm_campaign%3Dtesting_campaign%26utm_content%3Dclick+here
public
buildLink(mixed $linkedTo) : mixed
Parameters
- $linkedTo : mixed
contacts()
public
contacts() : mixed
getBody()
public
getBody(Contact $contact) : mixed
Parameters
- $contact : Contact
getSubject()
public
getSubject(Contact $contact) : mixed
Parameters
- $contact : Contact