Re: Email Sender timeout with more than two paragraphs of text in body

2016-10-03 Thread Shawn H Corey
On Mon, 3 Oct 2016 16:25:22 -0400 Uri Guttman wrote: > > $text =" > use here documents for long multiline strings like that. it is hard > to find a close quote after so many lines. You can also use the qq operator $text = qq{ ... }; If your editor have matching-brace abilities, you can use t

Re: Email Sender timeout with more than two paragraphs of text in body

2016-10-03 Thread Uri Guttman
On 10/03/2016 06:51 AM, Mike Martin wrote: Hi I have the below script (extracted pertinent bits). The connection to the mail server times out if there is more than about 10 lines of text (sometimes less) i can't debug your email problem but there are several things you can do to help yourself