Zack Schuster
Zack Schuster
With this you'd be able to bind specific scopes to the controller while keeping others isolated. In other words, it's not "all-or-nothing" anymore; you can pick and choose what values...
did you ever solve this issue? i've had some experience with this error, so i might be able to provide some useful info.
> If we're going down that path I'd strongly prefer we do something like `node` or `nodeOptions` or `noderc` in package.json and then having `entrypoint` with the rest of the...
profiling `test/mail-parser-test.js` produces this: ``` [C++]: ticks total nonlib name 27835 92.1% 92.5% T _posix_spawnattr_setflags 1459 4.8% 4.8% t __ZN2v88internalL53Builtin_Impl_RelativeTimeFormatPrototypeFormatToPartsENS0_16BuiltinArgumentsEPNS0_7IsolateE 92 0.3% 0.3% T __ZN4node10contextify17ContextifyContext15CompileFunctionERKN2v820FunctionCallbackInfoINS2_5ValueEEE ``` about half of those...
re-opening as, after looking over nodemailer's implementation, it seems doable here. @dvikan @markb-trustifi would you be able to craft a PR for this?
that seems like it could easily be a permissions issue with the proxy itself, and not nodemailer's implementation. i'm not discouraged based on that report.
can you share the (redacted if necessary) message you're trying to send, as well as a code snippet demonstrating how you're using the library? it might also be useful to...
unfortunately i'm not (currently) familiar with how `cid` images are supposed to be inlined. @eleith would you be able to advise?
@Yonysun can you verify the library is sending the email correctly? are there any issues we need to address?
can you provide a few more details? specifically: - which version of node you're using - which version of emailjs you're using - a code snippet demonstrating the usecase -...