Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×
The Claris Museum: The Vault of FileMaker Antiquities at Claris Engage 2025! ×

This topic is 8508 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

I want to send messages to multiple recipients, I have tried separating them with a comma and a semi-colan. eg

<INPUT TYPE="hidden" NAME="-Mailto" VALUE="[email protected];[email protected]">

When doing this I get a bounced message tha says "... the domain "mydomain.com;him" could not be found...." ie, it doesn't recognise the semi colan as an address separator.

Short of several -mailto tags, which wouldn't suit anyway, is there a way I can send to multiple recipients?

Posted

The ONLY way is to use multiple -mailto codes! It works. Why wouldn't it be suitable?

Posted

the reason it wouldn't be suitable is because it is getting the to addresses from a DB, sometimes there may be one recipient, sometimes there may be 5, 6, 7 who knows. I guess it might be time to start redesigning! do'hh.

Thanks Vaughn.

Posted

But that's not a problem. You code it like this:

[FMP-Record]

<input type="text" name="-mailto" value=[FMP-Field: emailaddress]>

[/FMP-record]

Web Companion will create a -mailto for each record in the found set. No more and no less.

[ September 26, 2001: Message edited by: Vaughan ]

  • 3 weeks later...
Posted

The -MailTo tag cas also be used with portals when working with related databases. Also the -MailCc and -MailBcc tags work exactly the same way.

Great isn't it!

Posted

IMHO it is no problem to study something and be expert. It is OK but it is not showing "common sense".

But when someone, like you just showed above is thinking "in simple possible way using more of common sense than all possible routines and programming techniques", that I am deeply admiring. You just show that!

Great!

Just see some other thread, where I am opposing to you smile.gif" border="0

It is the case to refresh just part of HTML page. It can be done for MSIE 4 and above and NN6 and above...

This topic is 8508 days old. Please don't post here. Open a new topic instead.

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
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.