Jenkins Software

 Email Sender Overview

Simple class to send emails via C++

The EmailSender class, found at EmailSender.h, is a simple class with only one function, Send(...), to send an email using a provided mail server. It is used internally by the CrashReporter class to send emails for unmonitored servers. See EmailSender.h for a full description of each parameter.

Note: At the time of this writing, this class has only been tested at one location to work. Given the wide variety of mail servers and configurations, it is possible this class may not work with your server.

See Also

Index
Crash Repoter