destinationEmail property

String destinationEmail
final

destinationEmail is a String variable which cannot be null. The destinationEmail must be a proper email address of the reciever. The message entered will be sent as a mail for the destinationEmail.

Implementation

final String destinationEmail;