Alexey Kucherenko

Results 32 comments of Alexey Kucherenko

Here are the samples of request and response to API + [reference to API](https://www.tbank.ru/kassa/dev/payments/#tag/Metody-raboty-s-kartami/operation/GetCardList) ## Error ``` curl --location 'https://securepay.tinkoff.ru/v2/GetCardList' \ --header 'Content-Type: application/json' \ --data '{ "CustomerKey": "1234567", "TerminalKey":...

@TKone7 Hi, thanks for the reporting this issue. It seems almost all in-built nodemailer's transports use sending raw data via streams. For example, ses transport: [here](https://github.com/nodemailer/nodemailer/blob/e70b9c18bd4ba14d500197fa1614ed37f5536446/lib/ses-transport/index.js#L213) and [here](https://github.com/nodemailer/nodemailer/blob/e70b9c18bd4ba14d500197fa1614ed37f5536446/lib/ses-transport/index.js#L213) Have no...