HomeTechnical Support » E-mailing

E-mailing

Different email addresses on different forms Messages in this topic - RSS

Jay Converse
Posts: 9


2/27/2013
Jay Converse
Posts: 9
Ah, just a little syntax problem, it's working great now. Thanks!
0 link
paula
Administrator
Posts: 208


2/27/2013
paula
Administrator
Posts: 208
You are on the right track. First, the # sign needs to be outside of the left bracket and only used once. Also, there is a comma after the variable name and no '=' sign. For example:

#[C,1]Assign Emailto, 'jay.converse@gmail.com'

Second, both C,1 and C,2 need to be set to <Email> on the Multi-Parts & Printers tab of the form.
0 link
Jay Converse
Posts: 9


2/27/2013
Jay Converse
Posts: 9
Dear Wellspring folks -

My Sage ERP client wants to have an invoice mailed to different people at the same time. In other words, Original is emailed to the customer, Copy 1 goes to Chicago, Copy 2 to Accounting, Copy 3 to the salesman. My multipart form is working fine in terms of the variable text at the bottom, but all copies are sent to the original recipient.

I've been experimenting with Runtime Objects like this:


[#C,1] #Assign Emailto='jay.converse@gmail.com'
[#C,2] #Assign Emailto='jconverse@arxistechnogy.com'


But it ignores the setting. No error messages, either.
0 link






Powered by Jitbit Forum 8.3.8.0 © 2006-2013 Jitbit Software