cancel
Showing results for 
Search instead for 
Did you mean: 

sending email from JSPDynpage

Former Member
0 Kudos

Hi All,

I want to develop an application to send a mail from a portal applicatio. I have done the same with java. Now I want to do it in JSPDynpages.

Please anyone provide me with the necessary steps to follow for doing the applications.

Thanks & regards,

Bhavyasri.m

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Bhavya,

i am trying to send sms from jsp and java. Can you please guide me on how how to proceed further. Can you pls give me any reference for same. I have SMTP server ip and port no with me.

Thanks,

Rajesh

Former Member
0 Kudos

Hi,

Please follow these steps:

1. Create a Porta Application Project

2. Right click on the project -> New -> Other -> Portal Application -> Create a new Poral Application object -> Next -> Portal Component -> JSP DynPage -> Give the valid details Class Name , Jsp file name with .jsp extension , Package Name -> Finish (Create Bean is optional)

Jsp file will be available at ->

dist -> PORTAL-INF -> pagelet -> <urejspfile>.jsp

Building JSPdynpage:

http://help.sap.com/saphelp_nw2004s/helpdata/en/44/471ce3617b14bce10000000a155369/content.htm

http://help.sap.com/saphelp_nw04/helpdata/en/95/cfa441cd47a209e10000000a155106/content.htm

https://www.avispublics.com/irj/portalapps/com.sap.portal.pdk.htmlb.htmlbmanuals/docs/dynpage-01.htm...

Useful Forum Link:

/message/4873941#4873941 [original link is broken]

Thanks n Regards,

Jhansi Miryala

Former Member
0 Kudos

Hi Bhavya,

You can do that using 2 ways.first one is you can configure SMTP server at visual admin level and make use of it in your JSP dynpage.Second one is you can hardcode the user id and password in your application.In both case you will java SMTP apis that you used in your java application.

Hope this helps

Regards,

Naidu