Author |
|
itzik Guest Group
Joined: 10 November 2003
Online Status: Online Posts: 262
|
Posted: 21 June 2006 at 11:15am | IP Logged
|
|
|
Hi Alex,
How can I create in the code a "Send and forget" feature?
When I send a mail, all the system is waiting until it finish to send.
Thank you,
Itzik
|
Back to Top |
|
|
Alex AfterLogic Support
Joined: 19 November 2003
Online Status: Offline Posts: 2206
|
Posted: 21 June 2006 at 11:33am | IP Logged
|
|
|
You can use MailBee Message Queue system to speed up the delivery by delegating actual send process to the background application.
You can use SMTP.SendToQueue method to send mails using MailBee Message Queue. Please refer to MailBee Objects documentation for further information.
Regards,
Alex
|
Back to Top |
|
|