P
Paul Cheetham
Hi,
I am trying to send an email using the MailMessage Class.
Everything is working, except that it will not send the message
immediately.
When I try to send the message nothing happens. If I then send another
message, the first one is sent, and the last one is not.
On closing the application the last message gets sent.
I have tried Dsiposing of the MailMessage object after sending, but that
doesn't appear to make any difference.
I am using the Network delivery method, so the message should be sent
directly to the specified SMTP server.
Does anybody have any insight to this, it's driving me mad.
Thankyou
Paul
I am trying to send an email using the MailMessage Class.
Everything is working, except that it will not send the message
immediately.
When I try to send the message nothing happens. If I then send another
message, the first one is sent, and the last one is not.
On closing the application the last message gets sent.
I have tried Dsiposing of the MailMessage object after sending, but that
doesn't appear to make any difference.
I am using the Network delivery method, so the message should be sent
directly to the specified SMTP server.
Does anybody have any insight to this, it's driving me mad.
Thankyou
Paul
