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

Problem while sending mail to external mail ids

Former Member
0 Likes
650

Hi All,

while trying to send mail to external mail ids through some custom program, i'm facing an error as "recipient not in address management".

Can anyone giude me why this is occuring and actually what is this Address management?

Thanks & Regards,

Anil.

Hi All,

while trying to send mail to external mail ids through some custom program, i'm facing an error as "recipient not in address management".

Can anyone giude me why this is occuring and actually what is this Address management?

Thanks & Regards,

Anil.

3 REPLIES 3
Read only

Former Member
0 Likes
602

Hi anil,

1. Probably some SCOT settings may be required.

2. Please take help of your basis team.

regards,

amit m.

Read only

Former Member
0 Likes
602

Hi,

Check this sample code..

http://www.sapdevelopment.co.uk/reporting/email/email_mbody.htm


* Add the recipients email address
  clear it_receivers.
  refresh it_receivers.
<b>  it_receivers-receiver = p_email.
  it_receivers-rec_type = 'U'.
  it_receivers-com_type = 'INT'.</b>
  it_receivers-notif_del = 'X'.
  it_receivers-notif_ndel = 'X'.
  append it_receivers.

what Fm you are using..?are you specifying like above for e-mail address..

Regards

vijay

Read only

Former Member
0 Likes
602

HI

GOOD

ADDRESS MANAGEMENT REFERES TO THE ADDRESS TO WHICH YOU ARE SENDING THE MAIL.IT MEANS THAT MAIL ID MAY BE WRONG OT IT DOES NOT EXIST ANYMORE.

THANKS

MRUTYUN