advancedrei / sendgridplus-csharp

13 stars 7 forks source link

Need to specify content type for embedded attachments #6

Closed HakanL closed 10 years ago

HakanL commented 11 years ago

I'm trying to add embedded images in an email and I can't find a way to add the content type on these images. It seems they are added as octet type, which only works in some email clients.

robertmclaws commented 11 years ago

I'll see what I can do.

HakanL commented 11 years ago

I started to make changes for this in my fork: https://github.com/HakanL/sendgridplus-csharp, testing it now.

robertmclaws commented 11 years ago

Good deal, lemme know how it works out, and feel free to make a pull request. I'll look into making the methods Async this weekend.

HakanL commented 11 years ago

I think it's working fine now, I can get embedded images. I'll do a few more tests and then do a pull request.

robertmclaws commented 11 years ago

Fantastic, thanks so much for all of your efforts :)

HakanL commented 11 years ago

Of course, my pleasure!