The issues you have found earlier (filed as EMAILNET-39571) have been fixed in this update. This message was posted using BugNotificationTool from Downloads module by Adnan.Ahmad
I am using aspose.email 19.9 latest version and sending mail with attachment(pdf) and html body but dkim not verify.
It is working with html but in case of attachment fail
We have resolved the issue based on information shared by you previously. I request you to please share the source file and used sample code reproducing the issue on your end. We will investigate the issue further on our end to help you out.
Thank you for sharing the information. An issue with ID EMAILNET-39605 has been created in our issue tracking system to further investigate and resolve the issue. This thread has been linked with thei ssue so that you may be notified once the issue will be addressed.
Hi ,
can you please tell us why when we can find final solution?
as we have already raised the question that is it work with attachment or not as i send the request raised by Mr. Jitendra.
Hi Aspose Team,
Is this release can you confirm verifying signature with Attachments and ccâd will work fine ?
Please also ensure that it will work fine in this release with ccâd email and DKIM will passed when all these condition meets
1-HTML Body
2-Pdf Attachment
3-Ccâd email address
we are running very late.
Thanks
Awadhesh Jha
Thanks for getting in touch with us. I like to inform that we are working on this and will be able to share feedback by the end of next week.
Hi,
any update from your side on this ?
Thanks
Awadhesh Jha
Thanks for contacting us. I like to inform that this issue will be resolved in 19.10 which will be resolved soon.
Hi I am using Aspose.Email 19.10 for dkim verfy with html and Attachment also. In case of attachment it resulted error âValue cannot be null.Parameter name: boundaryâ . I am using the code -
Aspose.Email.Mime.ContentType type = new Aspose.Email.Mime.ContentType();
type.MediaType = MediaTypeNames.Application.Pdf;
type.Boundary = âsimply boundaryâ;//
Attachment attachment = new Attachment(@âC:\Projects\AsposeSendMails\testok.pdfâ, type);
// Add Multiple Attachment in instance of MailMessage class and Save message to disk
MailMessage.Attachments.Add(attachment);
please suggest me how to resolve this and kindly share the code snniped.
I like to inform that issue has been resolved based on following information in Aspose.Email for .NET 19.10. Can you please confirm if the issue has been resolved w.r.t following information provided by you. If there is still an issue please accept our apology and provide us a working example code and source files along with snapshot image reproducing the issue on your end.
I like to inform that this issue will be resolved in 19.10 and i request for your patience until 19.10 released.
Can you please share environment details with us. I have worked on this issue and unable to observe any exception.