Often we arrives at situation where we need to test function which sends email and we need to set up SMTP service for that just to test that your application sends the e-mail without any errors.
However we have way to send e-mails without any SMTP server set up.
Just you need to configure your .net application to send email to specified folder instead of SMTP server.
Try to use code given below
1 comments:
cool
Post a Comment