Click here to Skip to main content
15,886,199 members
Articles / Programming Languages / C#

sending Email issues using mailmessage in asp.net with c#

Rate me:
Please Sign up or sign in to vote.
0.00/5 (No votes)
5 Feb 2013CPOL 3.1K   1  
Hi,We have web application, two persons send email at same time but second person body content goes to first person. its only for same time and seconds.server SMTP and mailmessage used to send.How to fix this issue?Code: public override string SendReplyMail_To_Client(string...

Alternatives

Members may post updates or alternatives to this current article in order to show different approaches or add new features.

Please Sign up or sign in to vote.
5 Feb 2013Kandarp Vyas
can you post code snippets so i can get the idea
Please Sign up or sign in to vote.
5 Feb 2013Kandarp Vyas
you can maintain a queue 1) When the first user is sending the message put second in the queue .2) after sending mail check in queue for second email continue this till queue is empty

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer
India India
This member doesn't quite have enough reputation to be able to display their biography and homepage.

Comments and Discussions