We are setting up a mass mailing system using sendgrid as our core.
We manage lists ourselves, and sendgrid is just our transport, and an igniter code is used to create the system.
We are interested in what you would recommend using sendgrid as an smtp server or using its curl API.
Every day we send emails to x00,000 people, all letters have the same content.
We found SendGrid integration documentation for a code igniter that only contains smtp examples, maybe this is the way to go?
Another part of the question is, if we have to go with SMTP-api, how does the igniters bcc_batch_mode code work?
source share