Jump to content
Macro Express Forums

Extra Addresses In Email From Var


Cory

Recommended Posts

When I enter multiple email recipients with a string var I get the first address twice, How come?

 

I do this:

Variable Set String %T1% "cory@bluepointdesign.com; cory_jackson@sbcglobal.net"

E-Mail Send: Know Recipients, Fixed Text, No Attachments

<TVAR2:01:01:cory@bluepointdesign.com; cory_jackson@sbcglobal.net><EMAIL2:Center:Center:Center:Center:Center:Center:RNR1TO%T1%|%T1%;S1TestA1>

 

And I get this:

emailaddressstrange.jpg

 

Why does the first email address appear twice?

Link to comment
Share on other sites

It's due to a bug in the application. I'm getting it fixed right now.

 

Here's a fixed version of the command for you. If you'll notice, the only difference is the %T1%|%T1%; code has been changed to %T1%;

 

<TVAR2:01:01:cory@bluepointdesign.com; cory_jackson@sbcglobal.net><EMAIL2:Center:Center:Center:Center:Center:Center:RNR1TO%T1%;S1TestA1>

Link to comment
Share on other sites

That's terrific! And I don't even have to wait for an update.

 

If I do the direct editor trick %T1% doesn't appear in the scripting editor which could mess me up later. Once the fix is in ME will the ones I've changed magically appear correctly or will I need to go back and fix them?

Link to comment
Share on other sites

Here's somethig interesting. First time I set the var to %T12% and later changed it to %T16% after the "TO:" it appeard as "%T16%|%T12%"!

 

I don't know if this helps you any with the fix but I thought it odd and worth mentioning to you.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...