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 am following the documentation to add someone in cc with the SDK 4.2.5 however I receive an error message saying this method does not exist:
`public function sendEmail($to, $name, $message, $subject, User $user)
{
if (!$to)
return false;
$this->nylas->Options()->setAccessToken($user->getOAuthToken());
$this->nylas->Options()->setAccountId($user->getNylasAccountId());
Hello
I am following the documentation to add someone in cc with the SDK 4.2.5 however I receive an error message saying this method does not exist:
`public function sendEmail($to, $name, $message, $subject, User $user)
{
if (!$to)
return false;
$this->nylas->Options()->setAccessToken($user->getOAuthToken());
$this->nylas->Options()->setAccountId($user->getNylasAccountId());
Whenever I add the 'cc' parameter, it returns an error message and nothing is sending.
Is there an issue with the cc paramter or am I doing something wrong?
Many thanks
The text was updated successfully, but these errors were encountered: