Velocity Reviews

Velocity Reviews (http://www.velocityreviews.com/forums/index.php)
-   Java (http://www.velocityreviews.com/forums/f30-java.html)
-   -   sending a file via smtp (http://www.velocityreviews.com/forums/t126705-sending-a-file-via-smtp.html)

ElesSar 09-15-2003 11:54 AM

sending a file via smtp
 
how would you go about using smtp. I know how to use the server and
serverSocket classes but have no idea how to use anything but tcp/ip or
the server name. I want to send a data file from a application to a email
address and then let another app read the data and send it back via email.

I know that you will use the smpt ports and according to my research it's
port 25.

if anybody has any idea how you will do this let me know.

thanks.



David Rabinowitz 09-15-2003 01:01 PM

Re: sending a file via smtp
 
You would like to check the JavaMail extention
http://java.sun.com/products/javamail/

David

"ElesSar" <ElesSar36@msn.com> wrote in message
news:bk499h$q3s$1@ctb-nnrp2.saix.net...
> how would you go about using smtp. I know how to use the server and
> serverSocket classes but have no idea how to use anything but tcp/ip or
> the server name. I want to send a data file from a application to a email
> address and then let another app read the data and send it back via email.
>
> I know that you will use the smpt ports and according to my research it's
> port 25.
>
> if anybody has any idea how you will do this let me know.
>
> thanks.
>
>





All times are GMT. The time now is 08:59 PM.

Powered by vBulletin®. Copyright ©2000 - 2013, vBulletin Solutions, Inc.
SEO by vBSEO ©2010, Crawlability, Inc.


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57