[FX.php List] [Offtopic] Sending link using ScriptMaker

Joel Shapiro jsfmp at earthlink.net
Tue Dec 5 11:08:36 MST 2006


Hi Gjermund

If you're trying to send an HTML email from FileMaker, I believe you  
cannot do that unless you use a mail plug-in (e.g. SMTPit).

If the problem is just about escaping the quotes, it's with  
backslashes like in php:
Set Variable [$message;
Value:"<html><body><table><tr><td><a href=\"http://www.vg.no/\">VG</ 
a></td></tr></table></body></html>"]

HTH,
-Joel


On Dec 5, 2006, at 4:09 AM, Gjermund Gusland Thorsen wrote:

> Does anyone have a clue how to hide links when sent from within  
> FileMaker
>
> This works when send using mail() in php( but when sent using
> ScriptMaker's Send Mail function it will just dispay the HTML script,
> not interpret it :-( )
>
> $message ='<html><body><table><tr><td><a
> href="http://www.vg.no/">VG</a></td></tr></table></body></html>';
>
> tia,
> ggt667
> _______________________________________________
> FX.php_List mailing list
> FX.php_List at mail.iviking.org
> http://www.iviking.org/mailman/listinfo/fx.php_list



More information about the FX.php_List mailing list