On 25-Feb-2001 Aram Tutunciyan wrote:
> Davide,
>
> Let me explain this some more:
>
> I've built a web client that uses XMail as the backend.
> When users signup for an account, also an mail account is created.
> Users fill out an form and after selecting the submit button the
> following actions occur:
> - Mail account on XMail is setup
> - Welcome message is sent to this account
> - User is redirected to his mailbox view.
> - The welcome mail should be displayed here
>
> Because of the delay, it does not work as desired.
>
> Any solution/workaround to trigger the delivery process?
The maximum delay time is 4 secs ( SMAILSvr.cpp ).
I don not suggest You to decrease this timeout.
It's sufficent that instead jumping the user inside it's mailbox, You emit a
status message ( popup or whatever ) that says something like "wait for your
account to be initialized ..." and wait 4-5 secs.
- Davide