Hi All
I am using sun's java mail api
i need a SMTP server address through which i can send mails using this API.
Are these server always at port no 25 ??
I am connecting thr AT&T service but unfortunately they do not give a SMTP server address
-
javamail api (2 messages)
- Posted by: VIVEK SHARAN
- Posted on: August 13 2001 18:37 EDT
Threaded Messages (2)
- javamail api by Aditya Anand on August 15 2001 10:18 EDT
- JavaMail with Struts by Jeethendriya Vangara on January 10 2006 23:11 EST
-
javamail api[ Go to top ]
- Posted by: Aditya Anand
- Posted on: August 15 2001 10:18 EDT
- in response to VIVEK SHARAN
att does provide an SMTP server bound to mailhost.worldnet.att.net, use the default SMTP port (i.e.) donot specify a port in the URL, (which i beleive is 25), you should however be connected to the internet through att else you won't be allowed to use this server -
JavaMail with Struts[ Go to top ]
- Posted by: Jeethendriya Vangara
- Posted on: January 10 2006 23:11 EST
- in response to VIVEK SHARAN
Hi every one,
I am newbie for struts.
I want to e-mail form based application written in Struts with JavaMail, but I am not getting.
As only JavaMail is running fine, and only Struts form is running fine, but if I Integrate both by calling JavaMail class in Action class I am unable to compile the application. I put all neccessary jar's in my compilling lib and running lib.
Can any one help me out.....please.
-Jeethendriya.
vjeethendriya@yahoo.com