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

Microweber not sending emails #882

Closed
FractalMind opened this issue Jun 14, 2022 · 5 comments
Closed

Microweber not sending emails #882

FractalMind opened this issue Jun 14, 2022 · 5 comments

Comments

@FractalMind
Copy link

Test emails are working great on prod
Test_email

Not working on add user
add_user

Not working on Forgot password Admin
Forgot_password_admin

Not working on Forgot password frontend user
Forgot_password_user

Not working on new orders
Peek 2022-06-14 13-44

@RogerAntonio
Copy link

RogerAntonio commented Jun 16, 2022

I received my password reset mail for forgot password admin yesterday.
This was on a Fresh install v1.2.16
image

I do notice however that it says from ip . without an actual IP.
Not sure if this is a setting I'm missing or perhaps a function that doesn't work?

@peter-mw
Copy link
Member

Hi , fixed in the dev branch

@FractalMind
Copy link
Author

The unpublished product visibility issue was solved in the dev branch

But the mail issue still persist in a fresh installation of 1.2.17 dev branch

Please note:

  • The test email is working (forgot password test, new order test)
  • But real life functional emails are not (forgot password, new order)
  • The "From e-mail address" field seems to be ignored with Read from Laravel - config/mail.php. I MUST add
    'from' => ['address' => 'example@example.com', 'name' => 'App Name'],
    to mail.php to make it work

@peter-mw
Copy link
Member

Hi, fixed for version 1.2.18

@FractalMind
Copy link
Author

I confirm emails are working in 1.2.18

Good job

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