pepipost / pepipost-sdk-nodejs

The Official Pepipost Node.js API library
https://pepipost.com
MIT License
5 stars 4 forks source link

Encoded URLs inside content HTML are being decoded before being sent #3

Open ferpessina opened 5 years ago

ferpessina commented 5 years ago

When sending an encoded URL as part of the email content, the URL is decoded when received.

Sample email content: \<!DOCTYPE html> \ \ \

Email heading\

\Some link\ \ \

Email content received: \<!DOCTYPE html> \ \
\

Email heading\

\Some link\ \ \