Hello,
I’ve encountered a problem with sending e-mail using the vb.net net.mail class and using the SmtpDeliveryMethod.PickupDirectoryFromIis option. The option SmtpDeliveryMethod.Network works fine.
I’ve made a webappliaction than sends an e-mail. This works great on windows server 2008 on a 32 bits machine but fails on a 64 bits machine. I get the following exception:System.Net.Mail.SmtpException: Cannot get IIS pickup directory. at System.Net.Mail.IisPickupDirectory.GetPickupDirectory() at System.Net.Mail.SmtpClient.Send(MailMessage message)
Is there a setting I can change to get this working on a 64bits system?