문제

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