sfonseka 0 Newbie Poster

Hi,

I am using the 'sendusing' as the 'pickup' method as in the following code segment (only that portion is taken).

.Fields.Item("http://schemas.microsoft.com/cdo/configuration/sendusing") = 1
.Fields.Item("http://schemas.microsoft.com/cdo/configuration/smtpserverpickupdirectory") = "c:\inetpub\mailroot\pickup"
.Fields.Update

This won't give any error when submitted on the web page, but no mail is sent.

Now I can see the mail stuck in the "c:\inetpub\mailroot\pickup" folder and not delivered to the receiver. How can I get this mail delivered from this folder?

Thanks in advance,

fony