Returns allocatable string of SMTP server URL in the form
smtp[s]://host[:port]/
. Uses the URL API of libcurl to create the
URL. By default, Transport Layer Security is disabled.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | host |
SMTP server host name. |
||
integer, | intent(in), | optional | :: | port |
SMTP server port (up to 5 digits). |
|
logical, | intent(in), | optional | :: | tls |
Transport-layer security. |
URL of SMTP server.