Click here to Skip to main content
15,900,378 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
In one textbox(email) and one button(send). if i click send mail in tetxbox(email value)
i need how to use in ajax concepts to sending mail in asp.net and jquery concepts to sending mail in asp.net.No need in asp.net sending to mail.

Advance Thanks Friends!
Posted
Comments
bbirajdar 2-May-13 6:33am    
emails cannot be sent from client side scripting alone. you need to use server side SMTP for sending emails
Thanks7872 2-May-13 6:37am    
@aspnet_regiis-I: +5...! @Rekhash: can you explain why you need to send mail only through xyz method,not using server side coding?
KM Perumal 2-May-13 6:47am    
because client side u have only Browser Compiler.it s not provide Mail supporting classes
Rekhash 2-May-13 6:58am    
@aspnet_regiis -I
@Rohan Leuva
@Rohan Leuva

In My project problem is server. i am having more than one from. i can use only html control.
sri senthil kumar 2-May-13 7:31am    
If you know to send email using asp.net use the same, but put it as web method then call them asynchronously that’s all

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900