- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Is there any Notes email client that is callab...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-26-2001 12:55 AM
11-26-2001 12:55 AM
Is there any Notes email client that is callable from Unix? needing that to send batch job results
Hi,
What we are trying to achieve is to send Unix batch job results to Notes email accounts of those support staffs.
Anyone know if such email client exist?
Rgds,
Philip
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-26-2001 05:50 AM
11-26-2001 05:50 AM
Re: Is there any Notes email client that is callable from Unix? needing that to send batch job results
uuencode outputfromjob |mailx -m -s "Batch Job whatever" username@host.com
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-26-2001 05:56 AM
11-26-2001 05:56 AM
Re: Is there any Notes email client that is callable from Unix? needing that to send batch job results
No clients that I know of, give Harry's solution a try.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-26-2001 07:42 AM
11-26-2001 07:42 AM
Re: Is there any Notes email client that is callable from Unix? needing that to send batch job results
You can simply use sendmail to send to the Lotus Domino Server BUT the Domino Server must have SMTP/MIME ATA running. I made the silly assumption that anything that called itself a mail server understood SMTP the first time I did this. I was very wrong. Make sure the ATA is installed and running on your Domono Server and you should be fine. After that, make sure that the Notes server can resolve your hostname and vice versa.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-26-2001 07:18 PM
11-26-2001 07:18 PM
Re: Is there any Notes email client that is callable from Unix? needing that to send batch job results
Hi Clay,
Using Notes SMTP gateway is one way to achieve what I'm asking for. But, for some reasons we had to go for the other approach, which I believe can be done by writting a C program making use of Notes API for simulating a Notes client that is command based. I can do C but not Notes API programming so I was hoping that someone has done this already.