Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 2 of 2

Thread: Looking to replace email msgs with........... something else.

  1. #1
    Junior Member
    Join Date
    Jan 2013
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Looking to replace email msgs with........... something else.

    Currently, I have a process that when an error occurs, I send an email to a lotus notes server. I don't want to do that anymore. The messages just need to go somewhere else. Any opinions on where to send? Don't need to notify anyone. Just go to it and look. Database? File? 3 party freeware?? Just brainstorming.


  2. #2
    Junior Member
    Join Date
    Jun 2013
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: Looking to replace email msgs with........... something else.

    I think better to store in database so that we can check any time easily.

Similar Threads

  1. Bulk email sendingbulk email
    By Bra_Zee in forum Java Theory & Questions
    Replies: 0
    Last Post: March 6th, 2013, 09:06 AM
  2. Replies: 7
    Last Post: December 28th, 2012, 10:48 AM
  3. Using the replace method?
    By jean28 in forum What's Wrong With My Code?
    Replies: 4
    Last Post: September 22nd, 2012, 04:17 PM
  4. Java Code Send email from email id configured in outlook
    By Hrithik in forum Java Theory & Questions
    Replies: 0
    Last Post: September 21st, 2012, 02:41 AM
  5. [SOLVED] Replace Phrase in String
    By aussiemcgr in forum Java Theory & Questions
    Replies: 2
    Last Post: October 18th, 2010, 12:10 PM