NetTalk Central

Author Topic: E-mail stop sending - email.pEmailMessageText  (Read 2435 times)

johanco123

  • Full Member
  • ***
  • Posts: 245
    • View Profile
    • Email
E-mail stop sending - email.pEmailMessageText
« on: November 24, 2012, 12:47:34 AM »
Hi Bruce

I use a batch email sending procedure that was working fine out of a Web form. I move the code to a websource procedure. It also work fine in the source procedure. It suddenly stop sending the emails when i do the following

 loc:inhoud  = p_web.GetSessionValue('MailInhoud')
I do a stop on loc:inhoud and it display the content correct

I track the problem down to this
email.pEmailMessageText  = 'Dear '& clip(MailGroupList:Name) & '<13,10>' & clip(loc:inhoud)

The loc:inhoud contains the content of the message, when I remove this it sends the emails.

When I do a stop on the email.pEmailMessageText the content display fine.

Any suggestions.

tanks
Johan