This topic is locked

Email selected records to specific emails

6/29/2012 10:34:59 AM
ASPRunnerPro General questions
T
tamersherif author

How can i let a user email selected records to email(s) he types in a popup window without the hardcoded email in the code?

Sergey Kornilov admin 6/29/2012
T
tamersherif author 6/29/2012



Check this article, second scenario:

http://xlinesoft.com/asprunnerpro/docs/email_to_selected_users.htm


In step 2. To create new button "email selected", proceed to the Visual Editor page. Switch to the HTML mode and add the following code:
echo'<SPAN class=runner-btnframe>
<SPAN class=runner-btnleft></SPAN>
<SPAN class=runner-btnright></SPAN>
<A class=runner-button href="#" id="email_selected1">Email selected</A>
</SPAN>';
in which page should i put this code? List page of the records i need to send or what?

T
tamersherif author 6/29/2012

But this scenario controls User enters subject, email body, "from" email address

I need the user to type "Email To"