Application Development 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: 

Regarding Mail sending

naveen_inuganti2
Active Contributor
0 Kudos

Hi,

Iam using the function module SO_NEW_DOCUMENT_SEND_API1 to send the mails. I want to hard code the sender on the email to Mailbox?

--Naveen Inuganti

1 ACCEPTED SOLUTION

Former Member
0 Kudos
4 REPLIES 4

Former Member
0 Kudos

0 Kudos

Hi,,

So better to go for SO_DOCUMENT_SEND_API1

--Naveen Inuganti

Former Member
0 Kudos

hi,

just put your hard coded mail id in the " receivers field " of function module SO_NEW_DOCUMENT_ATT_SEND_API1 by just putting that mail id in the internal table.

regards

rahul

Edited by: RAHUL SHARMA on Feb 5, 2009 11:43 AM

Former Member
0 Kudos

Hi,

Sending mail can be done using some other function modules that are sepcific to send mails

Go to se37 search for mail F4 u shall get a list of function modules to send mail.

CRM_EMAIL_SEND_EMAIL etc.

Hope this solves your issue...

Thanks

Ravi Aswani