Problem Note 39614: "ERROR: No email addresses specified" when sending email from SAS® using SMTP
If you are using SMTP as your email interface when you send email from
a SAS® process, and you specify an invalid email address,
the DATA step will fail and discontinue further processing.
An error similar to the following is written to the SAS log file:
WARNING: Email: 550 <email_address@sas.com>: Recipient address
rejected: NO ACCESS to SAS.COM domain
WARNING: Bad email address: email_address@sas.com
ERROR: No email addresses specified.
FATAL: Unrecoverable I/O error detected in the execution of the DATA step
program. Aborted during the EXECUTION phase.
The hot fix changes the error to a warning, which returns an
exit status code value of 1 and does not cause the DATA step to fail.
Operating System and Release Information
SAS System | Base SAS | Solaris for x64 | 9.2 TS2M0 | 9.3 TS1M0 |
HP-UX IPF | 9.2 TS2M0 | 9.3 TS1M0 |
Linux | 9.2 TS2M0 | 9.3 TS1M0 |
Linux for x64 | 9.2 TS2M0 | 9.3 TS1M0 |
64-bit Enabled HP-UX | 9.2 TS2M0 | 9.3 TS1M0 |
64-bit Enabled Solaris | 9.2 TS2M0 | 9.3 TS1M0 |
64-bit Enabled AIX | 9.2 TS2M0 | 9.3 TS1M0 |
*
For software releases that are not yet generally available, the Fixed
Release is the software release in which the problem is planned to be
fixed.
An invalid email address can cause the DATA step to abort when you attempt to send email from SAS® using SMTP.
Type: | Problem Note |
Priority: | low |
Date Modified: | 2010-05-21 13:56:10 |
Date Created: | 2010-05-12 10:55:07 |