Prev: Unique Foreign Key Integrity Constraint?
Next: hi
From: Ranjhana on 9 Feb 2010 15:11 Hi All, I need to send emails with the log file attached to few users using SAS unix from production server. This essentially means tat , we need to change the emailhost options as the smtp information is not the default one. After half a day's research i realised tat emailhost options can be changed only in the SAS configuration file ( SASv8.cfg). How do i now solve this and send automatic emails with attachement ? Plz help Thanks, Ranjhana
From: jaheuk on 10 Feb 2010 03:15 try these lines in your config file: -EMAILSYS SMTP -EMAILHOST relay.skynet.be -EMAILPORT 25 replace "relay.skynet.be" with your own smtp servername ;-) Regards, Herman On Feb 9, 9:11 pm, Ranjhana <ranjha...(a)gmail.com> wrote: > Hi All, > > I need to send emails with the log file attached to few users using > SAS unix from production server. This essentially means tat , we need > to change the emailhost options as the smtp information is not the > default one. After half a day's research i realised tat emailhost > options can be changed only in the SAS configuration file > ( SASv8.cfg). How do i now solve this and send automatic emails with > attachement ? > > Plz help > > Thanks, > Ranjhana
|
Pages: 1 Prev: Unique Foreign Key Integrity Constraint? Next: hi |