how to send email list of email address through in database table list
package com.com;
import java.io.IOException;
import java.io.PrintWriter;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import com.DButil.JdbcUtils;
import com.mysql.jdbc.Connection;
import com.mysql.jdbc.Statement;
public class SendMail extends HttpServlet {
public void doGet(HttpServletRequest request, HttpServletResponse response)
throws ServletException, IOException {
response.setContentType("text/html");
PrintWriter out = response.getWriter();
String to=request.getParameter("to");
String subject=request.getParameter("subject");
String msg=request.getParameter("msg");
Mailer.send(to, subject, msg);
out.print("message has been sent successfully");
out.close();
boolean intractWithDB=true;
Connection con=null;
PreparedStatement ps=null;
ResultSet rs=null;
int x=0;
//String emails = null;
try{
con=(Connection)JdbcUtils.getConnection();
ps=con.prepareStatement("select * from emailsdb where emails=?");
///ps.setString(1,emails);
rs=ps.executeQuery();
while(rs.next()){
x=1;
}
}catch (Exception e) {
e.printStackTrace();
}
finally{
}
//return true;
}
}
print("code sample");
View Answers
Ads
Related Tutorials/Questions & Answers:
how to send email
how to
send email hii
i am new for jsp-servlet and i am making a project in jsp-servlet.
i want to
send the
email after registration to client.please
send me code that
how to
send mail after client registration.
thank you
Advertisements
how to send contact detail in email
how to
send contact detail in email hi...all of u.....i am work... problem...frnd
how to
send a contact form detail mail on a click submit button...;
<title>Mail API</title>
</head>
<body>
<
table
how to send sms on mobile and email using java code
how to
send sms on mobile and
email using java code hi....
I am developing a project where I need to
send a confirmation/updation msg on clients mobile and also an
email on their particular
email id....plz help me to find
ModuleNotFoundError: No module named 'send_email'
'
send_
email'
How to remove the ModuleNotFoundError: No module named '
send...ModuleNotFoundError: No module named '
send_
email' Hi,
My Python... have to install padas library.
You can install
send_
email python
email
email
how do i code for making clicking a
send button sends a
email
java code to send an email
java code to
send an email i developed one java code that has to
send a mail but i am getting an runtime exception calledjavax.mail.MessagingException: Could not connect to SMTP host: smtp.gmail.com, port: 465;
nested
how to update checkbox list in database
how to update checkbox
list in database Issues:
i am using different checkboxs for getting role then all role
list store in one string array i want... in the
database below logic is working fine by using insert command
To send pdf file to email in java
To
send pdf file to
email in java Exception in thread "AWT-EventQueue-0" java.lang.NoClassDefFoundError: com/sun/mail/util/MailLogger
at javax.mail.Session.initLogger(Session.java:283)
at javax.mail.Session.
how to validate the email login
how to validate the
email login // JavaScript Document
JOIN US... Name
Email
Contact No
Address
City
new.jsp
<%@page import="java.sql.... into login(firstname,lastname,
email,contactNo,
address,city) values('"+fname