Results 1 to 6 of 6
- 03-04-2009, 06:04 AM #1
Member
- Join Date
- Mar 2009
- Posts
- 3
- Rep Power
- 0
sending a simple email message via SMTP
Good Day
I'm really having a hard time setting up SMTP servers, and trying to send a simple email via different SMTP servers with the use of the JavaMail API. Please give me a guide on what SMTP server should I use (a SMTP server program that bypasses ISP's mail server), and what will be the code using the JavaMail API?
- 03-04-2009, 06:51 AM #2
whats your OS?
- 03-04-2009, 05:23 PM #3
You have to send your mail somewhere. Generally, you use an ISP with whom you have an email account, such as gmail.
Most mail servers require a secure connection and do not run on the standard SMTP port. Go to your ISP's help page and read their instructions. You will have to use their encryption standard, port, and pass your user name and password.
- 03-05-2009, 03:37 AM #4
Member
- Join Date
- Mar 2009
- Posts
- 3
- Rep Power
- 0
im using windows xp pro sp3
- 03-05-2009, 03:51 AM #5
Member
- Join Date
- Mar 2009
- Posts
- 3
- Rep Power
- 0
Is there a way to send email messages that bypasses the ISP's mail server? Like for example, email messages are directly sent to the mail boxes from localhost.
- 03-08-2009, 06:58 PM #6
Similar Threads
-
Sending [CDATA] element with SOAP message
By suchismitasuchi in forum Advanced JavaReplies: 0Last Post: 01-19-2009, 10:59 AM -
[SOLVED] Sending a message to clients using RMI
By ChrisMayhew in forum New To JavaReplies: 11Last Post: 01-12-2009, 07:29 PM -
sending email without SMTP?
By java_srinivasan in forum Advanced JavaReplies: 1Last Post: 07-23-2008, 03:45 PM -
sending the message from trigger to mailid
By geeta_ravikanti in forum JDBCReplies: 0Last Post: 04-04-2008, 11:09 AM -
Readind email from smtp server
By pzkhan in forum Advanced JavaReplies: 0Last Post: 02-10-2008, 07:57 AM


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks