Examples don't work?

Edu

New Member
Hello:

I'm working with 7.6 demo version, Mac OS 10.5.8, 2x2ghz G5 PPC + 3 GB ram.

I've been testing the examples in the Examples folder and found that they don't work (at least the 2 with names "Styled Text with custom pictures" and "Plain Text with custom attachments". I just wrote the configuration, did'nt touch the message.

I get all the attachments instead of just one, as is supposed to work.
(mail goes out and **all** the attachs get sent to the smtp)

¬øAm I doing anything wrong?
Thanks in advance
 

stanbusk

Administrator
Staff member
I have tried the files here and they work for me as usual. Are you using the english version or spanish?
 

stanbusk

Administrator
Staff member
In Spanish you should use the following code:
Code:
<-- START -->
Hi [Nombre],

Last week you told me you were looking for a new pet.
You will find below a photo of [PetName].

{Archivo:"[Picture]"}

[PetName] is looking for a new home.

Cheers,
Stan
 

Edu

New Member
Thanks for the info, Stan. Just works.
Now seems pretty obvious. :)
Excuse me for being so picky, but is this documented?
 

stanbusk

Administrator
Staff member
Actually the problem is that tags are localized for each language. A french tag will not work in the spanish version, you have to either rewrite or replace them with the translation. That can be done by hand or selecting the tag and re-inserting it. In the past there were a set of example for each language and as many packages. This is no longer the case and as a result the examples are for the english version. Most of them work without modifications except the ones that use tags.
 
Top