LSTSRV-L Archives

LISTSERV Site Administrators' Forum

LSTSRV-L

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Topic: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
"Johan Kronberg (n3sport)" <[log in to unmask]>
Tue, 13 May 2003 15:25:46 +0200
text/plain (28 lines)
Hi,

I've built a little app of my own where people can choose among various
SQL-stmts - **Q_STRING** - which then are mailed to our ListServ like
this...

//N3MHT JOB ECHO=NO
DISTRIBUTE MAIL-MERGE DBMS=YES FROM=**A_OWNER** PW=**A_PASSWORD**

//TO DD * 
**Q_STRING**
/*

//DATA DD *
Date: &*DATE;
From: **HTTP_FROM** <**HTTP_FROM_EMAIL**>
Subject: **HTTP_SUBJECT**
To: &*TO;

**HTTP_BODY**
/*

How do I go about if I want a OK-mail to be sent out to the **A_OWNER**
and ok'd before mail goes out to all the addresses that the SQL returns?

Regards,
Johan

ATOM RSS1 RSS2