Hi All,
How can we increase the email size limit in SAS. SAS uses local host then it will talk with SMTP relays. From Linux box through mailx/sendmail command we are able to send <20 MB file but not with SAS. looks like default is 10MB but we need to send <20 MB files. Is there a way can set this in SAS? we have changed the setting in main.conf to 20MB (message_limit_size=20480000)but SAS not letting us to send(same file). See below
NOTE: The file MYEMAIL is: E-Mail Access Device WARNING: Email: 552 5.3.4 Error: message file too big NOTE: 2 records were written to the file MYEMAIL. The minimum record length was 13. The maximum record length was 14.
"how can we increase the email size limit in SAS". This is something that has to be done on SMTP server configuration. Typically this something not done on SAS side.
The error code 552.x.x is from the SMTP server and indicates storage.
Some times character encoding is like to increase the effective mail size. That could be one reason
(https://social.technet.microsoft.com/Forums/en-US/2435eeaa-1ea9-49d5-a646-e7830eef9e94/552-534-mess...)
-emailhost localhost in <path> SASApp/sasv9.cfg
"how can we increase the email size limit in SAS". This is something that has to be done on SMTP server configuration. Typically this something not done on SAS side.
The error code 552.x.x is from the SMTP server and indicates storage.
Some times character encoding is like to increase the effective mail size. That could be one reason
(https://social.technet.microsoft.com/Forums/en-US/2435eeaa-1ea9-49d5-a646-e7830eef9e94/552-534-mess...)
The SAS Users Group for Administrators (SUGA) is open to all SAS administrators and architects who install, update, manage or maintain a SAS deployment.
SAS technical trainer Erin Winters shows you how to explore assets, create new data discovery agents, schedule data discovery agents, and much more.
Find more tutorials on the SAS Users YouTube channel.