You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I included use DotMailer\Api\DataTypes\ApiContact;
Now the error is "Cannot use 'Null' as class name as it is reserved"
This is because if the class Null.php in DotMailer\Api\DataTypes
Hi I get the error "Class 'App\Jobs\ApiContact' not found"
I am trying to use this in Laravel after following the steps provided in README.
Do I need to give a path in "use" to use this lib. It is not specified in the Doc.
$contact_data = new ApiContact([
'email' => $this->user->email,
'emailType' => 'Html',
'dataFields' => [
[
'key' => 'Title',
'value' => $this->user->tname
],
]);
The text was updated successfully, but these errors were encountered: