Jump to content

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

Recommended Posts

  • Newbies
Posted

if someone adds a record via the web, is it possible to have filemaker send an email once that record has been added?

Posted




-MailTo



What it does

	Specifies the email address of the person who the message is going to.



Value is

	An email address.



Syntax example(s)

	Send mail using a form action

		<form action="FMPro" method="post">

			<input type="hidden" name="-DB" value="contacts.fp5">

			<input type="hidden" name="-Format" value="displaypage.html">

			<input type="text" name="-MailTo" value="[email protected]">

			<input type="text" name="-MailCC" value="[email protected]">

			<input type="text" name="-MailBCC" value="[email protected]">

			<input type="text" name="-MailFrom" value="[email protected]">

			<input type="text" name="-MailSub" value="The Subject">

			<input type="hidden" name="-MailHost" value="SMTP.Company.COM">

			<input type="hidden" name="-MailFormat" value="mail.txt">

			<input type="submit" name="-View" value="Send Message">

		</form>



HTH

  • 2 weeks later...
Posted

This can also be done using scriptmaker and the "Send Mail" option. Create a script (e.g. "mailMe") using "Send Mail" as a function, then in your <form> add the following line:

<input type="hidden" name="-Script" value="mailMe">

The drawback to doing it this way is that you need a properly configured email client, but don't all PCs have Outlook Express on them these days? :-)

Posted

well...not if u hire a "script master" who will then sit behind the server and manually approve/run 1 script at the time laugh.gif

or use the mailTo as suggested by the Anatoli!

BTW: who is this?

kafka.gif

Posted

The image is called kafka.gif which is a bit of a giveaway.

Posted

RE: kafka.gif

I didn't check that, but since my friend was doing some collages and projects about Kafka I know that face. But it can be really my grandfather.

Kafka was bank clerk, and when my friend visited Prague (from London), he obviously checked the Bank building, I guess it was in 1992.

There was sitting very old gentleman as Bank doorman.

My friend politely asked that old gentleman: "I believe Mr. Kafka was working in this Bank, wasn't he?"

And that gentleman just replied "Yes, but I didn't saw him for many, many years"!

Answer like from Kafka's book.

This topic is 7884 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.