jiem / sendgrid-mustache

The most efficient way to use mustache templates with SendGrid: send 1000 mustache mails with only 1 POST request.
3 stars 1 forks source link

resonse of each email from send-grid #2

Open sapkal-manish opened 10 years ago

sapkal-manish commented 10 years ago

I am sending bulk emails to my users using sendgrid-mustache within node.js. I am looking for result from send-grid (e.g. click, delivered, Processed, Dropped, Bounce) for each my emails. can it is possible or any alternative?

thanks

jiem commented 10 years ago

the mails sent w/ sendgrid-mustache are processed by sendgrid X-SMTPAPI, they appear in the sendgrid web interface like any normal mails (delivered, processed, dropped...). Cheers

On Fri, Dec 27, 2013 at 4:26 PM, Manish Sapkal notifications@github.comwrote:

I am sending bulk emails to my users using sendgrid-mustache within node.js. I am looking for result from send-grid (e.g. click, delivered, Processed, Dropped, Bounce) for each my emails. can it is possible or any alternative?

thanks

— Reply to this email directly or view it on GitHubhttps://github.com/jiem/sendgrid-mustache/issues/2 .