Skip to content

sending emails from GA

Post any question you may have in regards to GoAnywhere Director and let our talented support staff and other users assist you.
  • keithmiles Offline
  • Posts: 2
  • Joined: Thu Feb 16, 2012 10:29 am

sending emails from GA

Post by keithmiles »

We have a Project defined that basicly send smails to various addresses. from, to, subject and message body are all variables. the message body is 17 1024 byte variables. When submitting the body the spaces are compressed out of the message when GA sends it. Is there a way to force a new line to help format the body of the message?
I have attached the log and email send.
  • keithmiles Offline
  • Posts: 2
  • Joined: Thu Feb 16, 2012 10:29 am

Re: sending emails from GA

Post by keithmiles »

Carriage return line feed did the trick X'0D25' thanks Deb S
  • tlh1138 Offline
  • Posts: 3
  • Joined: Thu Jun 21, 2012 1:10 pm

Re: sending emails from GA

Post by tlh1138 »

Is anyone else having an issue with the send email task occasionally failing due to the SMTP server it's sending to rejecting the connection? This happens to us occasionally, at which point the project fails. What we've been doing is placing send email tasks inside a loop with a delay, then setting a variable when the email fails. We exit the loop when it succeeds. Rarely does the email fail on the second try. This works, but it's a lot of extra effort. For us, a great enhancement for a future release would be to have a retry option and delay value on the SMTP resource definition. Obviously, the value of this enhancement from Linoma's standpoint would depend on how many customers would benefit.
Post Reply