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

Error 500 while sending emails #1716

Open
DarkArtek opened this issue Dec 11, 2023 · 6 comments
Open

Error 500 while sending emails #1716

DarkArtek opened this issue Dec 11, 2023 · 6 comments

Comments

@DarkArtek
Copy link

Describe the bug
Email cannot be sent

Version
version 7.0.0-beta.5

To Reproduce
Steps to reproduce the behavior:

  1. Go to 'register'
  2. Fill the fields
  3. Press register
  4. See error

Expected behavior
seeing the site

Screenshots
If applicable, add screenshots to help explain your problem.

Additional context
laravel-2023-12-11 (2).log

@BossOfGames
Copy link
Contributor

BossOfGames commented Dec 11, 2023

@DarkArtek What instructions did you use to setup email settings for vms7? https://docs.phpvms.net/config/email

To the Contributors
The error found in the log, based on some quick searches, gives me a plausible hint that the Symphony Mailer package is not installed. https://laracasts.com/discuss/channels/laravel/postmark-issue

@FatihKoz
Copy link
Contributor

Looks like Symfony mailer is partly installed, we are missing symfony/postmark-mailer but docs state that we do support it's usage.

So either mentioned package should be included in composer or the docs should be changed.

For the meantime, if able switching to another provider (smtp,log or mailgun) would solve the problem (as a workaround)

@DarkArtek
Copy link
Author

@DarkArtek What instructions did you use to setup email settings for vms7? https://docs.phpvms.net/config/email

To the Contributors The error found in the log, based on some quick searches, gives me a plausible hint that the Symphony Mailer package is not installed. https://laracasts.com/discuss/channels/laravel/postmark-issue

Hello, yes i have followed the instructions on that link.

@DarkArtek
Copy link
Author

Looks like Symfony mailer is partly installed, we are missing symfony/postmark-mailer but docs state that we do support it's usage.

So either mentioned package should be included in composer or the docs should be changed.

For the meantime, if able switching to another provider (smtp,log or mailgun) would solve the problem (as a workaround)

Even with the smtp (always provided by amazon ses), unable to send email .

@FatihKoz
Copy link
Contributor

Should be tested with latest dev.

Postmark is included now and this can be closed.

@FatihKoz
Copy link
Contributor

Should be closed, required packages are added.

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