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

email is not sent

Former Member
0 Likes
866

hi everyone

im sending emails from a program

its working fine in one environment but its not working in other environment, i have to go to transaction sost to send the mail manually

does anybody know how to handle that?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
816

Hello,

U need to submit the report

  • Start the send process

SUBMIT rsconn01

WITH mode = 'INT'

WITH output = ' '

AND RETURN.

If useful reward.

Vasanth

6 REPLIES 6
Read only

Former Member
0 Likes
816

Hi Sia

I guess the RSCONN01 Job is not scheduled on the 2d environnement.

( This is the job which look at the emails in the queue in SOST and send them )

You have to shedule it for eg every hour or every 15min...

Hope this helps,

Erwan

Read only

0 Likes
816

Erwan, how do you schedule that report RSCONN01?

Read only

0 Likes
816

--> SM36 (Job plannif)

Give a Job name ( Send mail for eg )

Give the prog name RSCONN01

And give the correct variant ( check the variant for RSCONN01, there are std variant )

Choose the frequency and save.

Then the job is scheduled.

Erwan

Read only

Former Member
0 Likes
817

Hello,

U need to submit the report

  • Start the send process

SUBMIT rsconn01

WITH mode = 'INT'

WITH output = ' '

AND RETURN.

If useful reward.

Vasanth

Read only

0 Likes
816

thanks vasanth, ur anwser was very helpful

Read only

0 Likes
816

Sia,

You can also submit the prog. RSCONN01, but It'll result in a memory dump if your abap is in background task.

Erwan