SMTPSADD parameter: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (misc formatting)
 
Line 13: Line 13:
<dd><var class="product">Model 204 V7.4</var>
<dd><var class="product">Model 204 V7.4</var>
</dl>
</dl>
==Description==
==Description==
SMTPSADD is the default server address for the [[$SndMail|$SNDMAIL]] function. You can specify SMTPSADD as:
<var>SMTPSADD</var> is the default server address for the <var>[[$SndMail]]</var> function. You can specify <var>SMTPSADD</var> as:
<ul>
<ul>
<li>
<li>Domain name of up to 255 bytes
Domain name of up to 255 bytes
<p>
If the first character of the address is an alphabetic character (A to Z), it is automatically evaluated as a domain name.</li>
If the first character of the address is an alphabetic character (A to Z), it is automatically evaluated as a domain name. </p></li>
<li>
 
Internet Protocol (IP) address, IPv4 format, in dotted decimal notation</li>
<li>Internet Protocol (IP) address, IPv4 format, in dotted decimal notation</li>
<li>
 
(z/OS only) Internet Protocol (IP) address, IPv6 format, in colon-separated notation</li>
<li>(z/OS only) Internet Protocol (IP) address, IPv6 format, in colon-separated notation</li>
</ul>
</ul>
<p>On z/OS systems, the SMTPSADD parameter supports IPv6 network  addresses. Symbolic names, such as CCAMVS1, are looked up using the GETADDRINFO service, which is capable of returning IPv6 addresses. For more information on specifying IPv6 network addresses, see the $SNDMAIL description in the Rocket <var class="product">Model&nbsp;204</var> User Language Manual.</p>
<p>
<p>You can override SMTPSADD for a specific call by entering a different value in the EMAILD parameter of the $SNDMAIL function call. </p>
On z/OS systems, the <var>SMTPSADD</var> parameter supports IPv6 network  addresses. Symbolic names, such as <code>CCAMVS1</code>, are looked up using the GETADDRINFO service, which is capable of returning IPv6 addresses. For more information on specifying IPv6 network addresses, see the<var> $SndMail</var> M204wiki page.</p>
<p>
You can override <var>SMTPSADD</var> for a specific call by entering a different value in the <var>EMAILD</var> parameter of the <var>$SndMail</var> function call. </p>
 
[[Category:System parameters]]
[[Category:System parameters]]
[[Category:Parameters]]
[[Category:Parameters]]

Latest revision as of 15:53, 24 July 2017

Default SMTP server address

Summary

Default value
0
Parameter type
System
Where set
On User 0's parameter line or reset by system manager
Related products
All
Introduced
Model 204 V7.4

Description

SMTPSADD is the default server address for the $SndMail function. You can specify SMTPSADD as:

  • Domain name of up to 255 bytes

    If the first character of the address is an alphabetic character (A to Z), it is automatically evaluated as a domain name.

  • Internet Protocol (IP) address, IPv4 format, in dotted decimal notation
  • (z/OS only) Internet Protocol (IP) address, IPv6 format, in colon-separated notation

On z/OS systems, the SMTPSADD parameter supports IPv6 network addresses. Symbolic names, such as CCAMVS1, are looked up using the GETADDRINFO service, which is capable of returning IPv6 addresses. For more information on specifying IPv6 network addresses, see the $SndMail M204wiki page.

You can override SMTPSADD for a specific call by entering a different value in the EMAILD parameter of the $SndMail function call.