View
 

SOAP Web Service -  Sending your email to Litmus

Now that we've created a test and Litmus has returned an EmailTest back to us, filled with information, it's time for us to send an actual email to be tested. Even when working in the Sandbox mode, you still need to send an actual email, this is by design.

 

The example below outputs the email address to send to on a console window:

 

Console.WriteLine("Please send an email to: " + emailTest.InboxGUID + "@emailtests.com")

 

Your email address for any test should look similar (but not identical) to: f597a73@emailtests.com.

 

Now send an actual email to the address you've constructed. The emailTest object will not change its State property until an email is received by Litmus in either sandbox or non-sandbox modes.