Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

User mail ID validation with RSCONN01 program

Former Member
0 Likes
854

Hi All,

I want to send mail to particular users only.

How can i set there mail IDs , so that when program RSCONN01 runs , it will pick only those mails, which are to be sent only to those users ?

It should not pick the mails for other users.

Thanks.

4 REPLIES 4
Read only

Former Member
0 Likes
636

Hi Roy,

If you are having authorization for SCOT txcode ->Double click on SMTP->select internet check box and click on SET->there you can see address area. Usually basis gives * which indicates to all if you want to restrict to only particular user type the mail ids to whom only you want to send.

If you are making in any other way please do share with me.

Cheers!!

Balu

Read only

Former Member
0 Likes
636

Hi ,

Actually , i wanted to do it by writing a program.

Which will filter out all the pending mails in a queue, and select only the mails which are for that particular user.

Please tell me how i can do it using program.

Thanks.

Read only

Former Member
0 Likes
636

For example:

If i only need to send mail to ABC.gmail.com,

Then program should filter out all mails which are intended to send to ABC.gmail.com ,

and should send only these mails.

Thanks.

Read only

0 Likes
636

Hi Roy,

Got one idea how it will be depends on your requirement.

You are saying only to some particular email ids you want to send. In that case where dont you create a table storing the email ids and in the selection screen input validate the email id with a select statement. If your are having any issues to create table because of database considerations, we can also get the input of email ids with in program either by search help or drop down.

How much you can implement from my input revert me back.

Cheers!!

Balu