T.R | Title | User | Personal Name | Date | Lines |
---|
3088.1 | Other conference pointers | BUSHIE::SETHI | It's not wise to have wisdom teeth | Fri Jul 30 1993 01:22 | 8 |
| Hi Lai,
You might be better off asking in the MAILbus conference
FORTY2::MAILBUS or Hackers NOTED::HACKERS.
Regards,
Sunil
|
3088.2 | no problem | SUOSWS::HAMANN | | Fri Jul 30 1993 08:49 | 10 |
| Hi,
this is pretty easy.
Invoke your C program in the subprocess of an ALL-IN-1 session and use
the (VMS-) mailboxes OAMAILBOX and DCLMAILBOX to invoke a script
for creation of documents and mailing to other ALL-IN-1 users. This is
all straightforward.
Klaus
|
3088.3 | Use FCS if can't use IOS | CHRLIE::HUSTON | | Fri Jul 30 1993 14:19 | 9 |
|
it sounds like invoking from withing ALL-IN-1 may not be an answer,
if this is not, then you could always use the FCS, it has a public
API and if you have IOS installed, you have access to it. It has
routines to do anything you would want to the file cabinet, including
sending mail.
--Bob
|
3088.4 | Use VMS Mail callable interface? | IOSG::CHAPLIN | Andy Chaplin | Fri Jul 30 1993 16:04 | 14 |
| > Appreciate any suggestion and info to achieve the above, ie using C
> program to send mail directly to ALL-IN-1 users without any DCL
> command as interface.
If you want to send mail from a standalone C program then you can use
the VMS Mail callable interface (ie the MAIL routines documented in the
VMS Utility Routines Manual). The address you would then use to send to
an ALL-IN-1 user is of the form MRGATE::A1mailboxname::A1username. I
have some example C code which you are welcome to a copy of if you
want.
Is that the sort of thing you were after?
Andy
|