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

Gjermund Gusland Thorsen ggt667 at gmail.com
Tue Dec 5 18:26:37 MST 2006


This is how I ended up doing it:

Ensure you have one signature setup in Mail
Quit Mail
Create a web page in your favorite editor
Open the page in Safari
Save the page as a web archive
Place the web archive in the ~/Library -> Mail -> Signatures
directory, renaming it to match the signature you want to replace.

In addition I do replace, using sed, in the HTML file so that the link
shows up the way the chosen record has it.

ggt667

2006/12/5, Joel Shapiro <jsfmp at earthlink.net>:
> Ah, very good, Andy.
>
> Since we're already [Offtopic]...
>
> Have people found other good uses for SmartPill or PHPowered?
> They're certainly very cool and I know they can replace lots of other
> individual plug-ins, but I generally try to stay away from plug-ins
> when developing for clients.  I'm curious, though, to hear how people
> are actually using these PHP plug-ins.
>
> -Joel
>
>
> On Dec 5, 2006, at 10:29 AM, Andy Gaunt wrote:
>
> > 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
> >
> > _______________________________________________
> > 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