cancel
Showing results for 
Search instead for 
Did you mean: 

How tpo config SMTP

Former Member
0 Kudos

hi to all,

i am using win2003 with orcale and ECC 6.0 and i want o know how can i config SMTP .

can i send mail with SMTP through our exchange server.

also there is any functionallity for ticketing system.means through that any sap user can send ticket and consultant will recieve it.

Advice me

Regards

Dik

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

For config SMTP

go to T-code SCOT

From tope menu: View -> System Status

Double Click on SMTP

After getting window I am filling the description

Tick the "Node in use" box

Enter the hostname of the email exchange server

Mail port will be 25

Click on the button next to Internet called "Set"

getting another window, in the "address area" box, enter *

Click the green check button to exit the second window

Click the green check button to exit the main window

From top menu: Settings -> Default Domain

IN the small box that appears enter the domain name which is the last part after the

definig job for process the mail, from top menu: View -> Jobs

From top menu: Job -> Create

Entering a name Z_test_smtp

Click on "INT" in the list then "Schedule job" button

Entering start date and time, then clicking on "Schedule Periodically" button

Entering 10 minutes.

the configuration is now complete. To test it, Useing SU01

Useing transaction SO00

Putting Title test connection, and text in the body, then entering email address below another internal address

and also set

icm/server_port_0 PROT=HTTP,PORT=80$$

ms/server_port_0 PROT=HTTP,PORT=81$$

and rfc user with profile S_A.SCON, and that is service type user.

ater do ing so you will get the solution.

if getting any problem then revert back me.

Former Member
0 Kudos

Thanks

Anuj i get the solution by providing your help.

Regards

Dik

Former Member
0 Kudos

Hi

Pls find the below steps for configuring SMTP

Before setting set the required parameters in RZ10

-> icm/server_port<*>=PROT=SMTP;PORT<PORT>

-> icm/smtp/virt_Host=<*>=HOST:PORT;PORT:<PORT>

-> icm/plugin_1=PROT=SMTP;PLG=SMTPPLUGIN

1. Go to SCOT

As different modes has been defined like fax, Internet, X40,RMl etc choose SMTP which must be displaying in internet option

2. Double Click on SMTP

do the needful for the Descripton , Mail host ( Of you exchange server )

port must be 25 by default

code page will be No conversion into other charachter set

3. Click on Internet option

fill the address area as * and your Email id like :"@.......com "

then set the out put form,ats

like

sapscript as pdf

ababp list as HTM

bussiness object link as HTM

raw text as txt

4. if the filled information is right the node will ocur as Green

5. Go to smicm

the required services needs to be maintained

Now to test as its working fine go to Swbp

send the mail

remember the mailing id must be maintained in the SU01 of the required user .

go to SOST

and check it whether it has been sent or not .

For furtehr details check the note 455140

Regards

Shilpa

Answers (2)

Answers (2)

Former Member
0 Kudos

Also, ensure that you have setup each SAP server is setup as an SMTP Relay within your exchange server. No emails will be allowed to be sent from SAP if this is not setup.

Former Member
0 Kudos

Hi,

SAP has SMTP Plugin through which email can be sent to external and internal maildomain.

The configruation is done in tcode SCOT.

Pls check this SAP Note 455140

Hop its helps

Regards

KT