Description
-
Holds goodbye message sent to user when
disconnecting.
Property type
-
A String value.
Syntax
-
object.GoodbyeMessage [=
value]
The GoodbyeMessage Property syntax has these parts:
object |
An expression
evaluating to an object of type wodSmtpServer. |
value |
A String value. |
Remarks
-
Although this may not seem like an important property,
together with GreetingMessage
this is usually very nice place to put some name/version
information about your server to end users. For instance,
it's default value is 'WeOnlyDo! SMTP server
version ...' and is visible to anyone that connects to
your server. Once you make Smtp a service publicly
accessible, change it to your server name, put hostname,
put some info important to users that connect or something
similar.
|