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: 

email sending

Former Member
0 Kudos

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

Former Member
0 Kudos

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

9 REPLIES 9

Former Member
0 Kudos

hello nishant,

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

regards,

deepanshu

Former Member
0 Kudos

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

0 Kudos

please confirm me surely on that

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

nishant

0 Kudos

Hi Nishant,

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

Lokesh

0 Kudos

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

0 Kudos

You can search that in this forum .

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

Regards

Nishant

0 Kudos

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

0 Kudos

hi lokesh

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

please eloborate on it

regards

nishant

0 Kudos

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