Jump to content
Server Maintenance This Week. ×

Email Plugin for FileMaker Server


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

Recommended Posts

  • 4 weeks later...

what is the set up like? I am novice at filemaker but the scripting makes some sense to me. i am trying to get it set up to send confirmation emails to those who register via IWP for events.

what would set up be like for something like this?

thanks

Marcus

Link to comment
Share on other sites

Not sure that I understand your question regarding the setup. How to install 360 works? or how to write the script?

For the script, you would find all registration records that do not have a confirmation email sent date. Then you could loop thru that found set, sending a personalized email to each person with the info that you'd need in a confirmation.

So, Find, Loop, Email, set date confirmed, Next Record [Exit at Last], End Loop.

Link to comment
Share on other sites

  • 1 month later...

I'm a newbie with plugins. I have the set variable for quicksend. However, I don't know what to do to call it and have it actually run?

My script is below:

SetVariable [EmailRegister( "B4JYTFYAMYRADI6DPECAHKB"; "UNCG - University Relations" ) and

EmailConnectSMTP( "smtp.uncg.edu" ) and

EmailQuickSend( Email table for photostuff::emailfrom ;

Email table for photostuff::emailto ;

Email table for photostuff::subject;

Email table for photostuff::email requets field & "¶" &Email table for photostuff::email shoot field ; )

]

SetField[tablename::fieldname,$$result]

Thanks for any help.

Link to comment
Share on other sites

Invoking a plugin does seem strange at first: you do it by setting a variable or field, or more precisely, by invoking the calculation engine.

Just run your script.

Link to comment
Share on other sites

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