Archive
Monthly
Go
|
|
DNN Blog
Feb
24
Posted by:
Philip Beadle
Wednesday, February 24, 2010 9:21 AM
The automation tests now have the ability to test if an email was sent correctly. To run the Email Configuration test you will need to update the “TestEmailPath” value to match the name of the subfolder you created eg “D:\Tests\TestEmails”
For the Email Configuration test you will need to add a file to the “Packages” folder. The file is called “mailDrop.xml” and is located in the “Support Files” folder within your project. Copy this file into your “Packages” folder. Open the xml file in a text editor, update the value for “pickupDirectoryLocation” to match the path of your “TestEmails” folder, ex. “D:\Tests\TestEmails”. Save the mailDrop.xml file.
Please download the project from http://dotnetnukeautomation.codeplex.com/ and join in.
|