Welcome Guest, Not a member yet? Register   Sign In
$this->email->send()
#1

[eluser]The Mask[/eluser]
Hi,

Is it possible to configure this to run asynchronously?

It seems to take a couple of seconds to run and I'd prefer there to be no delay in sending a response back to the browser.

Any help appreciated.
#2

[eluser]jcavard[/eluser]
[quote author="The Mask" date="1250185491"]Hi,

Is it possible to configure this to run asynchronously?

It seems to take a couple of seconds to run and I'd prefer there to be no delay in sending a response back to the browser.

Any help appreciated.
[/quote]
I'm sorry, what!? Why wouldn't it work? What is you question exactly?
#3

[eluser]The Mask[/eluser]
It does work but it takes a couple of seconds for it to respond. Is it possible for it to run in the background so that I can send a response (load a view) back to the browser immediately.
#4

[eluser]jcavard[/eluser]
of course, it's just like every other code. call a script that executes $this->mail->send(); asynchronously.




Theme © iAndrew 2016 - Forum software by © MyBB