Hi, Can you share the envioEmail.sh please.
Regards M.Hussein On Fri, Nov 22, 2013 at 10:35 AM, Manuel Chau <[email protected]> wrote: > Hi, > > You can run this program SB.MAIL.SEND on jbase or you can put > jornalmail.sh on crontab. > > > > > 2013/11/22 Manuel Chau <[email protected]> > >> Hi, >> >> Let me understand your problem, you need a script to send you a >> particular log file by email? >> >> >> >> 2013/11/15 Reddy <[email protected]> >> >>> Hi, >>> >>> Could someone provide a sample script that can be used as log notify >>> program in Transaction journal. Not able to capture the event message. >>> >>> >>> Below is the script that is attached as log notify program. I am >>> receiving the email for every update on to jediLoggerAdminLog file, but >>> just a blank email. >>> #!/bin/ksh >>> >>> export TAFC_HOME=/usr/TAFC_R11 >>> export JBCGLOBALDIR=$TAFC_HOME >>> export PATH=$TAFC_HOME/bin:$PATH >>> export LIBPATH=$TAFC_HOME/lib:$LIBPATH >>> >>> _message=$1 >>> _procinfo=$2 >>> _details=$3 >>> >>> _mailTo=xxxxx.com >>> >>> echo $_details|mail -s '$_message' $_mailTo >>> >>> >>> Thanks, >>> Reddy. >>> >>> -- >>> -- >>> IMPORTANT: T24/Globus posts are no longer accepted on this forum. >>> >>> To post, send email to [email protected] >>> To unsubscribe, send email to [email protected] >>> For more options, visit this group at >>> http://groups.google.com/group/jBASE?hl=en >>> >>> --- >>> You received this message because you are subscribed to the Google >>> Groups "jBASE" group. >>> To unsubscribe from this group and stop receiving emails from it, send >>> an email to [email protected]. >>> For more options, visit https://groups.google.com/groups/opt_out. >>> >> >> >> >> -- >> >> >> Melhores Cumprimentos | Best Regards >> >> >> >> *Manuel Chau* >> >> (*Programmer and **OpenSource* *S**olution Provider*) >> >> *E**:**mchau@**bsd.com.br <http://bsd.com.br>* >> >> *M:* (+258) 82 7490810 | (+258) 84 4580205 >> >> *Nota: O único lugar Onde o Sucesso vem antes do Trabalho é no Dicionário* >> *.* >> > > > > -- > > > Melhores Cumprimentos | Best Regards > > > > *Manuel Chau* > > (*Programmer and **OpenSource* *S**olution Provider*) > > *E**:**mchau@**bsd.com.br <http://bsd.com.br>* > > *M:* (+258) 82 7490810 | (+258) 84 4580205 > > *Nota: O único lugar Onde o Sucesso vem antes do Trabalho é no Dicionário* > *.* > > -- > -- > IMPORTANT: T24/Globus posts are no longer accepted on this forum. > > To post, send email to [email protected] > To unsubscribe, send email to [email protected] > For more options, visit this group at > http://groups.google.com/group/jBASE?hl=en > > --- > You received this message because you are subscribed to the Google Groups > "jBASE" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > -- Mohamed Hussein Technical Consultant Informer Egypt Mobile:0181516262 Email:[email protected] www.informerfinancial.com -- -- IMPORTANT: T24/Globus posts are no longer accepted on this forum. To post, send email to [email protected] To unsubscribe, send email to [email protected] For more options, visit this group at http://groups.google.com/group/jBASE?hl=en --- You received this message because you are subscribed to the Google Groups "jBASE" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
