mailjet / mailjet-apiv3-nodejs

[API v3] Official Mailjet API v3 NodeJS wrapper
https://dev.mailjet.com
MIT License
232 stars 67 forks source link

Disable automatic creation and saving of contacts when sending an email. #270

Open renardsas opened 5 months ago

renardsas commented 5 months ago

Hi, In the documentation send-api-v3 , there is this notice : "NOTICE: If you send an email to a contact, which is not registered in Mailjet, the system will automatically create and save it. Keep this in mind if you intend to use this email address later (for example to add it to a contact list), as it will already exist in Mailjet and there's no need to create it again."_

Is it possible to change this behavior so that it does not save the contact ? I haven't found any information on this.

Thank you.