Jump to content

How to stop "Sending Message" popup?


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

Recommended Posts

  • Newbies

EmailSetErrorCapture ( True ) doesn't work.
EmailSetErrorCapture ( 1 ) doesn't work.    [documentation says to set it to true but I worried I was taking that literally so I tried 1 as well]

Thought I only had to do it once at start of database but that doesn't work.
Put it at the beginning of the "send email" script and that doesn't work either.

What am I missing?
Thanks,
Keith.

Link to comment
Share on other sites

Hi keith_rettig,

If you are trying to turn off the progress bar that pops up after EmailSend is called then you need to pass in the parameter "progress=false" into the EmailSend function.

 

Link to comment
Share on other sites

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