Skip to content
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

no email sent #38

Open
seihb opened this issue Nov 6, 2014 · 4 comments
Open

no email sent #38

seihb opened this issue Nov 6, 2014 · 4 comments

Comments

@seihb
Copy link

seihb commented Nov 6, 2014

I have the latest version of Zf2, GoalioForgotPassword, GoalioMailService and ZfcUser. No further ThirdParty Moduls. In the database the value is changed and the message "A reminder has been sent to your e-mail address..." appears. But no Email is sent. Zend\Mail on the server is working. Thanks for any help.

@pdobrigkeit
Copy link
Member

How is the GoalioMailService configured? Did you copy the goaliomailservice.global.php and/or goaliomailservice.local.php to the config/autoload directory?

@seihb
Copy link
Author

seihb commented Nov 7, 2014

Both files are in the config/autoload directory.

goaliomailservice.global.php
$settings = array( 'type' => 'Zend\Mail\Transport\Sendmail',
    'options' => array(),
);
return array(
    'goaliomailservice' => $settings,
);

goaliomailservice.local.php
$settings = array(
    'type' => 'Zend\Mail\Transport\File',
    'transport_options' => array(
    'path'          => 'data/mail/',
    ),
);
return array(
    'goaliomailservice' => $settings,
);

@claytondaley
Copy link

I'm seeing the same thing. FWIW I know I haven't setup the database tables yet. I expected an error that I would then resolve -- but it forwarded me to the "reminder has been sent" page. Will update as I hunt down details.

@claytondaley
Copy link

The next time through, I got the error (as expected) and things worked fine once I resolved the error. Sorry I can't be more help.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants