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
Copy and paste the content of function eden() from eden/core/src/Control.php to your class and refer to it per $this->eden('mail') etc. etc.
also, include namespace Eden in your file.
$ composer install eden/mail
Invalid argument eden/mail. Use "composer require eden/mail" instead to add packages to your composer.json.
$imap = eden('mail')->imap(
'imap.gmail.com',
'your_email@gmail.com',
'[YOUR PASSWORD]',
993,
true);
eden is function? I can't find eden source.
And which file should I include?
The text was updated successfully, but these errors were encountered: