Developer forum

Forum » Feature requests » Sendgrid turbo

Sendgrid turbo

Jacob Bertelsen
Reply

Hi,
Using Sendgrid as delivery provider, I notice that emails are not being sent as quickly, as when using the default Hostnordic mailservers.
Are there any plans, to speed up email delivery from DW to Sendgrid?
At the moment, sending the newsletters we do from a given solution, takes about an hour. Roughly 12 mails/second.

Some of the other developers at work say, that there should be an option to greatly increase the speed of sending mails.

Anyone know of this?

Thanks in advance :)


Replies

 
Jeppe Eriksson Agger Dynamicweb Employee
Jeppe Eriksson Agger
Reply

Hi Jacob,

We are currently using the SMTP integration to SendGrid. They also support using their Web API to send e-mails through, which should be about 3-4 times faster in most cases. We did not opt for this approach as we did not know the exact use cases for this delivery provider and the SMTP integration is by far the easiest to get off the ground. Now that we have more reliable data, we might consider changing the provider to use the Web API. Though, this is something we need to discuss internally and it's unlikely that it will make it into 8.4.1 at release.

If this is a show-stopper in the immediate future, there is an option to create your own custom delivery provider that integrates to to SendGrid Web API instead of their SMTP solution.

I or the Product Manager for Email Marketing will post an update once we've discussed this and made a decision.

- Jeppe

PS. The HostNordic solution is faster because your server is configured for the Pickup Directory Service, which basically means that all e-mails are generated as files and saved to a specific folder on disk. This operation is by far the fastest and not even Web API will be able to compete with this.

 
Asger Munkholm Højfeldt
Reply

Hi Jacob, we will add this for the 8.5 release. 

//Asger

 
Jacob Bertelsen
Reply

Hi Jeppe and Asger,

Thanks for getting back to me :)