SMTPCADD parameter: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (Automatically generated page update)
 
(Automatically generated page update)
Line 25: Line 25:
<p>On z/OS systems, the SMTPCADD 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>On z/OS systems, the SMTPCADD 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>
You can override SMTPCADD for a specific call by entering a different value in the EMAILD parameter of the $SNDMAIL function call.  
You can override SMTPCADD for a specific call by entering a different value in the EMAILD parameter of the $SNDMAIL function call.  
[[Category:System Parameters]]
[[Category:System parameters]]
[[Category:Parameters]]
[[Category:Parameters]]

Revision as of 14:39, 19 April 2013

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

SMTPCADD is the default client address, the TCP/IP domain for the operating system, for the $SNDMAIL function. You can specify SMTPCADD 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 SMTPCADD 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 Model 204 User Language Manual.

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