Hi there,
I'm looking to send the output of a backup report to my Exchange server. I am able to open a telnet session on port 25 from the SCO Openserver 5.05 box to my Exchange server fine and I thought that this might be a way to do it. Is there a way to script a telnet session? I don't need to login or anything just something like this:
telnet myexchangeserver.mydomain.local 25
helo
mail from:backupreport@mydomain.local
rcpt to:user@mydomain.local
data
"Actual Backup report text"
.
.
I don't really want to intall anything extra on the Unix box if I can avoid it as the database support team may not like it.
any suggestions would be appreciated.
best regards,
Oscar.
I'm looking to send the output of a backup report to my Exchange server. I am able to open a telnet session on port 25 from the SCO Openserver 5.05 box to my Exchange server fine and I thought that this might be a way to do it. Is there a way to script a telnet session? I don't need to login or anything just something like this:
telnet myexchangeserver.mydomain.local 25
helo
mail from:backupreport@mydomain.local
rcpt to:user@mydomain.local
data
"Actual Backup report text"
.
.
I don't really want to intall anything extra on the Unix box if I can avoid it as the database support team may not like it.
any suggestions would be appreciated.
best regards,
Oscar.