m****n 发帖数: 5 | 1 HI, all
two questions:
1. I am building a web database using Oracle/Tomcat under Solaris 8 SPARC(is a
server). I want to code a function which can send email with user's email
address automatically right after the user signs in. I try to use javax.mail
package, and another smtp server (like yahoo), but it does not work. It seems
I should set up mail system, including smtp, on my server. What should I do?
2. I am not familiar with Solaris and how a server is set up and configered.
Is there any ki | B**z 发帖数: 153 | 2
You should be able to use other SMTP server to send email as long as that
SMTP alows you to use.
【在 m****n 的大作中提到】 : HI, all : two questions: : 1. I am building a web database using Oracle/Tomcat under Solaris 8 SPARC(is a : server). I want to code a function which can send email with user's email : address automatically right after the user signs in. I try to use javax.mail : package, and another smtp server (like yahoo), but it does not work. It seems : I should set up mail system, including smtp, on my server. What should I do? : 2. I am not familiar with Solaris and how a server is set up and configered. : Is there any ki
| n******t 发帖数: 4406 | 3
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
they are basicaly the samething.
【在 m****n 的大作中提到】 : HI, all : two questions: : 1. I am building a web database using Oracle/Tomcat under Solaris 8 SPARC(is a : server). I want to code a function which can send email with user's email : address automatically right after the user signs in. I try to use javax.mail : package, and another smtp server (like yahoo), but it does not work. It seems : I should set up mail system, including smtp, on my server. What should I do? : 2. I am not familiar with Solaris and how a server is set up and configered. : Is there any ki
|
|