Handy web.config snippet for sending email in a development environmen(hockblogs.net)

submitted by hockmanhockman(505) 3 years ago

Hi there, A really handy thing I can use in my web.config while developing is something a collegue of mine pointed me to, and was already mentionded here by Donn Felker: Sending Email in a Development Environment without an SMTP Server <system.net> <!-- Mail --> <mailSettings> <smtp deliveryMethod='SpecifiedPickupDirectory'> <specifiedPickupDirectory pickupDirectoryLocation="c:\tmp" /> </smtp> </mailSettings> </system.net> This is very usable to test mail messages even when you don't have an SMTP server available. Hope this is usefull! gr, Robbert

add a comment |category: |Views: 28

tags: another

new Add a live kick counter to your blog >> liveImage

You can even customize the image by choosing your own colors, and then clicking the button below to update the preview and the html code:

  • "Kick It" text
  • "Kick It" background
  • kick count text
  • kick count background
  • border

Simply copy and paste this HTML into your blog post.


Users who kicked this story:
Comments:

No comments so far

information Login or create an account to comment on this story