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 sending

Former Member
0 Likes
1,693

hi

there is requement to send emal notification by picking up email from table

the email will be send by sap

i want to know if the table has all email in caps so will it be a problem sending the email?

regards

Nishant

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,627

Hi Nishant,

Email IDs are case insensitive so there won't be any problem in sending the email.

Regards,

Amit

*Always reward Points for helpful answers

hi

there is requement to send emal notification by picking up email from table

the email will be send by sap

i want to know if the table has all email in caps so will it be a problem sending the email?

regards

Nishant

9 REPLIES 9
Read only

Former Member
0 Likes
1,627

hello nishant,

as far as i know, there will be no problems if the email is in uppercase.

regards,

deepanshu

Read only

Former Member
0 Likes
1,628

Hi Nishant,

Email IDs are case insensitive so there won't be any problem in sending the email.

Regards,

Amit

*Always reward Points for helpful answers

Read only

0 Likes
1,627

please confirm me surely on that

as the email id will be send to distribution list from sap itself

nishant

Read only

0 Likes
1,627

Hi Nishant,

It wont be a problem. Go ahead and send the mail.

Lokesh

Read only

0 Likes
1,627

hi

can u let me know hot to send email from sap

like a table has email ids and custoemr number and name email id picking up is not a problem

i want to know is there any functio module or any method bu which we can send emal from sap

nishant

Read only

0 Likes
1,627

You can search that in this forum .

Use search "send email" and u'll get some gud posts.

Regards

Nishant

Read only

0 Likes
1,627

yeah offcourse there is.

Use FM SO_NEW_DOCUMENT_ATT_SEND_API1.

Check program RSWNSENDMAIL1 to know how it works.

Remember to check the settings in transaction SCOT for sending internet mails.

Hope it helps.

Lokesh

Message was edited by:

Lokesh Aggarwal

Read only

0 Likes
1,627

hi lokesh

can u please eloborate more on SCOT tcode and settings which u are refering to..

please eloborate on it

regards

nishant

Read only

0 Likes
1,627

goto SCOT, double click on SMTP and check if address type internet is enabled, if not then click the button set. This is enable sending mails to internet mail servers from SAP.

Hope it helps.

Lokesh