EmailSender SendTestEmail Method Kentico 8.0 API Reference
Sends the test e-mail to verify that the SMTP server receives e-mails.

Namespace: CMS.EmailEngine
Assembly: CMS.EmailEngine (in CMS.EmailEngine.dll) Version: 8.0.0.0 (8.0.5239.26125)
Remarks

This method sends e-mail messages synchronously and should be used for testing only as it may disrupt the e-mail queue sending thread if the SMTP server is in use.
See Also