How mail sending functionality works in PHP and JAVA ?
I was wondering if any one has came across
("protocol", "smtp");
("type", "transport");
("class", "com.sun.mail.smtp.SMTPTransport");
("vendor", "Sun Microsystems, Inc.");
("mail.smtp.host", smHost);
("mail.smtp.port", smPort);
these are property sets,will these work in JAVA?
I would like to know the property sets for PHP.
("protocol", "smtp");
("type", "transport");
("class", "com.sun.mail.smtp.SMTPTransport");
("vendor", "Sun Microsystems, Inc.");
("mail.smtp.host", smHost);
("mail.smtp.port", smPort);
these are property sets,will these work in JAVA?
I would like to know the property sets for PHP.
0