• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: JavaMail/JMTA help request
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: JavaMail/JMTA help request


  • Subject: Re: JavaMail/JMTA help request
  • From: Nathan Dumar <email@hidden>
  • Date: Wed, 27 Oct 2004 09:23:25 -0400

Zak,

I appreciate the help.  You've saved me a lot of hunting around.  :-)

Thanks,
Nathan

On Oct 26, 2004, at 7:41 PM, Zak Burke wrote:

To slurp an Exception's stacktrace into a String, do this:

	import java.io.StringWriter;
	import java.io.PrintWriter;
	...
	Exception e = new Exception("bad things");
	StringWriter sw = new StringWriter();
	e.printStackTrace(new PrintWriter(sw));
	String stackTrace = sw.toString();

zak.




Nathan Dumar wrote on 10/26/04 5:36 PM:
Once again, you're right. I was sending mail to myself (which will eventually include the stack trace, when I figure out how to do that). My ISP was blocking the incoming mail, not blocking the SMTP server. So, I just send to my yahoo address, and problem solved.
Thanks yet again.
Nathan

_______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (email@hidden) Help/Unsubscribe/Update your Subscription: This email sent to email@hidden
References: 
 >JavaMail/JMTA help request (From: Nathan Dumar <email@hidden>)
 >Re: JavaMail/JMTA help request (From: Petite Abeille <email@hidden>)
 >Re: JavaMail/JMTA help request (From: Nathan Dumar <email@hidden>)
 >Re: JavaMail/JMTA help request (From: Petite Abeille <email@hidden>)
 >Re: JavaMail/JMTA help request (From: Nathan Dumar <email@hidden>)
 >Re: JavaMail/JMTA help request (From: Zak Burke <email@hidden>)

  • Prev by Date: Re: WO & Lucene
  • Next by Date: Re: WO & Lucene
  • Previous by thread: Re: JavaMail/JMTA help request
  • Next by thread: Re: JavaMail/JMTA help request
  • Index(es):
    • Date
    • Thread