Click here to Skip to main content
15,888,321 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have hosted my application in IIS.

In my application email alerts option is there.

When application sends emails all emails are struked in queue folder.

My smtp settings in web.config
XML
<system.net>
		<mailSettings>
			<smtp>
				<network host="localhost" port="25" userName="" password=""/>
			</smtp>
		</mailSettings>
	</system.net>


I have tried with telnet testing also but no luck.

Can anybody please help me
Posted

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



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900