[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index] [Date Index] [Thread Index]
[SQR-USERS Info] [SQRUG Home Page]

Re: Sending email from SQR/PeopleSoft



Try this:

Begin-PROCEDURE Send-Email-Attachment

   let $cmd = 'uuencode ' || $file || ' ' || $file || ' | mailx -s ' || 
$subject || ' ' || $email
   call system using $cmd #status

End-PROCEDURE Send-Email-Attachment

 or

>From a cron job it would look something like this:
  uuencode <path/filename> <filename> | mailx -s '<email subject>' <email 
address>


You may have to use mail -s instead of mailx -s.


Thx,
Carolyn Woods
MiraCosta College
Oceanside, CA

-----Original Message-----
From: Ross, Steven [mailto:sross@KCM.ORG]
Sent: Thursday, May 30, 2002 2:56 PM
To: SQR-USERS@list.iex.net
Subject: Sending email from SQR/PeopleSoft


Does anyone have a solution for sending email from PeopleSoft?  We're not
closed to any idea.  Most likely, it will be an SQR that fires the emails,
but we are also interested in other methods.

TIA,

Steven Ross
Applications Developer/Analyst
sross@kcm.org