Michal

Results 6 comments of Michal

Hi @jsdevel, your openapi solution looks very promising. What about adding support for [Serverless framework](https://serverless.com/framework/)?

in my opinion this is rather a syntactic sugar than adding more complexity, which would be helpful if merged

Actually, absolute links which are generated automatically are causing problems in my project too. I am using Spring Boot with Spring Data Rest on server side and AngularJS with Restangular...

Yes, setting proper `X-Forwarded-Host` header worked for me. In my case I needed to add to browserSync proxy function: ``` req.headers["X-Forwarded-Host"] = req.headers.host; ```

I have just tried `nodemailer-sendgrid-transport` with new account created via Heroku and it seems it is working. Is it ok to use it in production?