I have to send emails with PDF attachments in my application (C#,ASP.NET). That function is working fine in local host, but when i deployed it to the server, attachments are not working. only the email send to the users. Do i need to set any special configuration on windows server 2008 R2 ?

有帮助吗?

解决方案

This is not a server related issue. I have used Syncfusion to secure the PDF file. when it deploys to the server, we need to create a new PdfCertificate for the server. Otherwise it will not work on the server.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top