String host =
"mailhost.website.com"; |
Specify the host email server.
|
String from =
"configurable@website.com";
|
Specify the email address that the emails
should appear to be from.
|
String to =
"configurable@website.com";
|
Specify the email address the email should
be sent to. This should be the email address
for the person who will add the employees
or who will forward the information to the
person who will add the employees.
|
String msgsubject = "HOST
COMPANY registration request"; |
Specify the subject of the email.
|