0

Using asp.net; I have to send Html emails with a text alternateview and sign it with DKIM.

I have managed to sign emails when it doesn't include an alternateview. Does anyone have a solution to do so where the email has an alternateview?

Basquiat
  • 119
  • 5
  • 15

2 Answers2

1

there is no difference, i calculate the hash over the complete body - over all alternate parts and the headers.

esskar
  • 10,638
  • 3
  • 36
  • 57
0

System.Net.Mail is not provide dkim with AlternateView and attachment. Use Mimekit for Dkim with AlternateView and attachment. Its will be worked surely.

Its also open source and better than .Net.Mail.

Naveen
  • 1,441
  • 2
  • 16
  • 41