eddiesigner / liebling

Beautiful and clean Ghost theme that is easy and comfortable to use. To get the latest version please head over the releases page 👉🏼
https://github.com/eddiesigner/liebling/releases
MIT License
1.25k stars 597 forks source link

Email sending not working #485

Closed Leovaldez42 closed 1 year ago

Leovaldez42 commented 1 year ago

Users are not getting added when I am subscribing them through my website thinkbrew.in I am recieving this error

Access to fetch at 'https://thinkbrew.in/members/api/member/' from origin 'https://www.thinkbrew.in' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. If an opaque response serves your needs, set the request's mode to 'no-cors' to fetch the resource with CORS disabled.

This is the url and mail on my config file:

"url": "https://thinkbrew.in",
 "mail": {
    "transport": "SMTP",
    "options": {
      "service": "Mailgun",
      "host": "smtp.mailgun.org",
      "port": 587,
      "secure": true,
      "auth": {
        "user": "postmaster@something.org",
        "pass": "password"
      }
    }
  },
Leovaldez42 commented 1 year ago

I think there is a problem with the email sending service which is not related to this theme. Sorry for opening it.