Test dell'invio mail

Per testare l'invio delle mail anche quando non si ha un servizio disponibile (arriveranno sotto forma di file .eml nella cartella indicata), è sufficiente inserire nel web.config:

<system.net>
     <mailSettings>
       <smtp deliveryMethod="SpecifiedPickupDirectory">
         <specifiedPickupDirectory pickupDirectoryLocation="C:\Prova"/>
       </smtp>
     </mailSettings>
</system.net>
Technorati tags:

Print | posted @ sabato 12 aprile 2008 03:40

Comments have been closed on this topic.