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

Andy Gaunt andy at fmpug.com
Tue Dec 5 11:29:13 MST 2006


Well....

You could use the webViewer to either;

a) Trigger a php script on your web server to send the HTML email
b) Use a plug-in such as SmartPill PHP Edition from www.scodigo.com or
schubec PHPowered plug-in from www.schubec.com where you can run PHP within
FileMaker.

Obviously these options require FileMaker 8.5

Andy Gaunt
Office: 321.206.3658
Mobile: 407.810.4722
andy at fmpug.com
http://www.fmpug.com    

2006 FileMaker Excellence Award Winner
Recipient of FileMaker's 2005 "Mad Dog" Public Relations Award

For chapter locations, dates & times please visit the website at
http://www.fmpug.com If you can make it to a meeting, please RSVP at
http://www.fmpug.com/rsvp.php

-----Original Message-----
From: fx.php_list-bounces at mail.iviking.org
[mailto:fx.php_list-bounces at mail.iviking.org] On Behalf Of Joel Shapiro
Sent: Tuesday, December 05, 2006 1:09 PM
To: FX.php Discussion List
Subject: Re: [FX.php List] [Offtopic] Sending link using ScriptMaker

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

_______________________________________________
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