-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem when sending mail #33
Comments
I have installed the following:
|
I'm also having this problem, but I get two more exception on the same page: Maybe I am missing something... any help? |
I'm also having the same problem as Ricardo. Original (previous) exception: I've temporarily got round this by adding a function to GoalioMailService\Mail\Options\TransportOptions public function setOptions($options) { I've only just started trying to get the GoalioMailService module to work - Will comment further if & when I make any progress. |
There is a typo in the config file; 'options' => array('path' => 'data/mail/') should be 'transport_options' => array('path' => 'data/mail/'). There already is a pull request for this. |
Install the GoalioRememberMe with the following line:
"require": {
"goalio/goalio-forgotpassword": "1.*"
}
and when I send mail, I get the following problem:
Zend\ServiceManager\Exception\ServiceNotCreatedException: An exception was raised while creating "goaliomailservice_transport"; no instance returned
Zend\Mail\Exception\InvalidArgumentException:
Zend\Mail\Transport\FileOptions::setPath expects a valid path in which to write mail files; received "data/mail/"
The text was updated successfully, but these errors were encountered: