Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×
The Claris Museum: The Vault of FileMaker Antiquities at Claris Engage 2025! ×

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

Recommended Posts

Posted

In our database some people have emails like:

[email protected]; [email protected]

This seems to be breaking the email plugin. The emails never send. Is this the expected function? 

I know I should separate the email addresses into different fields/records/etc but this is a synced database, and that's how it was handled for years prior. I plan on fixing them all but it's causing issues elsewhere to make the changes. 

Thanks (and sorry for double posting)

Posted

Hi MileFaker3000,

   I suspect that an error is being set when passing in the semi colon and that is why the email is never sent. Make sure you are error checking your function calls so you know when an error is being set and the function doesn't fail silently. When I pass in "[email protected]; [email protected]" into the to parameter I get the error: "Create Error:Illegal semicolon, not in group" .  What you are experiencing is expected behavior as the plugin allows you to send to multiple recipients using a "," to separate the email addresses. Since removing the ";" from the fields is causing issues elsewhere, I recommend adding a check in your script for the presence of a ";" in the text and either removing it or replacing it with a "," before passing that information into the EmailCreate function.

Posted (edited)

Thanks Ryan. 

I just wanted to verify that it was the semi-colon that was actually breaking it, and you've done that. 

I need to get some error checking in the send scripts pronto. 

Edited by MileFaker3000

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