2008/5/3, cdrick <
cdrick65@...>:
> oups, still errors...
>
> YourErrorHandler>>open: anException
> |mailText sender target|
> sender := '
seaside@...'.
> target := #('
admin@...').
> mailText :=
> 'From: ', sender ,'
> To: ', target first , '
>
> Subject: error in your seaside app
> '.
> (SeasidePlatformSupport walkbackStringsFor: anException)
> do: [ :each | mailText := (mailText , each) ]
>
> separatedBy: [ String cr].
>
>
> SeasidePlatformSupport deliverMailFrom: sender to: target
> text: mailText .
You'll want String class >> #streamContents:. Note you need two crs
after the subject. I know this is PHP-style, that's why there is:
http://code.google.com/p/seaside/issues/detail?id=41You can also have a look at Debugger >> #mailOutBugReport
Cheers
Philippe
_______________________________________________
seaside mailing list
seaside@...
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside