Generic routine to print mail and server type.
Prints mail type to standard output or given file unit.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(mail_type), | intent(inout) | :: |
Mail type. |
|||
integer, | intent(in), | optional | :: | unit |
File unit. |
Prints mail server type to standard output or given file unit.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(mail_server_type), | intent(inout) | :: | server |
Mail server type. |
||
integer, | intent(in), | optional | :: | unit |
File unit. |