hello,
How to send multiple attachment in email in asp.net. I am already attaching pdf as attachment, but i want to attach one more pdf along with that.
Let me know if anything can be done.
Thanks in advance !
hello,
How to send multiple attachment in email in asp.net. I am already attaching pdf as attachment, but i want to attach one more pdf along with that.
Let me know if anything can be done.
Thanks in advance !
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Rajeesh MenothPosted Feb 5, 2024, 6:45 AM
Hi,
I have published article for the same and you can refer:
https://www.c-sharpcorner.com/UploadFile/2a6dc5/send-multiple-email-with-attachment-using-Asp-Net-with-C-Sharp/
Tuhin PaulPosted Feb 3, 2024, 9:02 AM
You can send multiple attachments in an email in ASP.NET by adding multiple
Attachmentobjects to theMailMessageinstance. Here's an example of how you can modify your code to attach multiple PDF files to an emailJithu ThomasPosted Feb 2, 2024, 3:32 PM