VoiceGuide IVR Software Main Page
Jump to content

Email Merge Fields

Recommended Posts

When i use this line in an email that voiceguide sends out the start time never appears in the email.

Can you shed some light on this please.

 

$RV_STARTTIME - RECRUITMENT LEAD - $RV_CALLEDNUMBER

Share this post


Link to post

Looks like $RV_STARTTIME was only set on incoming calls - not on outgoing calls that you are using in your application.

 

This has been fixed and will be set properly in v5.1 Beta2 onwards.

 

A workaround in the meantime is to build the Date/Time string at the beginning of the script in an Evaluate Expression module using $RV_DD, $RV_MM, $RV_HH etc... and save result into another Result Variable - you can then use that Result Variable in the email message instead.

Share this post


Link to post

ok no probs not urgent i will wait until new version is ready.

just so you know CC and BCC don't work on the email script either - not urgent i just thought i would let you know,

THanks

Matt

Share this post


Link to post

I've just went back to check this on our test system and it all works fine when specifying CC and BCC fields as well..

 

Can you double check the email addresses used, and see if maybe the SMTP server used by the system is holding up emails with BCC specified?

 

Traces of how emails are sent can be found in: C:\VoiceGuideLogMMDD_EmailSender.txt

 

Here is a trace of the test email send that was ran, all 3 emails came though OK and were received at the 3 addresses to which the message was addressed..

 

 

203213.80  0 eng   prog start 20:32:13 08 Sep
203213.91  0 que   found 1/1
203213.94  0 smtp  Status Connecting to SMTP Server (mail.bigpond.com)...
203214.03  0 smtp  Status Initializing Communications...
203214.06  0 eng   smtp send start To:test_email_to@katalina.com.au, Cc:test_email_cc@katalina.com.au, Bcc:test_email_bcc@katalina.com.au
203214.06  0 smtp  Status Sending Sender Information...
203214.06  0 smtp  Progress 8%
203214.11  0 smtp  Status Sending Recipient Information...
203214.11  0 smtp  Progress 16%
203214.14  0 smtp  Progress 24%
203214.17  0 smtp  Progress 32%
203214.20  0 smtp  Status Sending Message...
203214.20  0 smtp  Progress 33%
203214.30  0 smtp  Progress 100%
203214.47  0 smtp  Progress 100%
203214.47  0 smtp  Status Transmission Complete...
203214.47  0 smtp  SendSuccesful
203214.47  0 que   delete ID=32
203214.47  0 eng   smtp send end 
203214.47  0 smtp  Status Closing Connection...
203214.50  0 eng   send attempt 1 result = success
203214.61  0 eng   prog end   20:32:14 08 Sep

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×