pibi
pibi
UPDATE: I found this: http://informatics.perkinelmer.com/Support/KnowledgeBase/details/Default?TechNote=13265 The proposed solution works: > In MS Excel options, "Trust Center" settings, disable "Protected View" for internet files. I'm wondering how can my server be...
Here at https://github.com/pibi/moleculer-json-schema-validator we are using an explicit `jsonSchema` property to work around that. Regular schema is handled by fastest-validator as a fallback. Unfortunately, this module does not work with...
@glesage it would be great if you could publish your fork as a scoped package (https://docs.npmjs.com/getting-started/scoped-packages#publishing-a-scoped-package) on npm. This way we can update our code with your version, while keeping...
@glesage I tested your code with latest sendgrid and your "simple.js" example. it sends the email, but without the attachment. For reference, here is the email I got: ``` Content-Type:...
Any news on this @thinkingserious ? @glesage did you try to publish the module as a scoped package?
This has just bit us too. @thinkingserious could you please update us on the future support for nodemailer? Is it on your roadmap or it is officially deprecated? Meanwhile, could...
Hi @thinkingserious . I'm glad you are going to support nodemailer again. What about starting from #28? It has just a small bug with the attachments, but it is already...