Alexander
Alexander
In the fork for our company i've managed to get the real ip in the DB. `lib/postal/tracking_middleware.rb` Line 15: change `Rack::Request.new(env)` to `ActionDispatch::Request.new(env)` Line 89 & 90: change `request.ip` to...
@NguyenASang I use Odesli for that. I hand over the Apple Music link and get YouTube and Spotify in return. The rate limits are moderate, so far I have never...
I will start working on the project again this week. It was intended more as a proof of concept for my systems. However, as the project has attracted a lot...
I know the Issue is quite old, but here is my solution that worked for those who stumble across the Issue. Add within `docker-compose.yml` to `default-back-environment` ``` PUBLIC_REGISTER_ENABLED: "True" ENABLE_OPENID:...
I've stumbled across this post while searching for a solution why my `List-Unsubscribe` header will not be passed to Postal. Are there any updates on this issue? It seems that...
Alright, thanks! When using an SMTP connection, can i still use the webhook ability from your library? I guess so, right?