Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Sending results of scripts via SMTP
Hi,
There is nothing automatic at this client, I want to send the results of various jobs to an email address. I've start reading about smtp .
This is on Solaris 2.7. What I do is :
telnet smtp server
mail from: ...
rcpt to: ...
data
...
...
.
quit
When doing it manually it works, I'm trying to do it within a script without success.
How do I send stuff within a script ?
TIA
![]() |
![]() |