Varför fungerar inte detta? Tror att detta ska lösa ditt problem.Cdonts med files?
Set FotoMail = Server.CreateObject("CDONTS.NewMail")
FotoMail.From = "joel.svensson@telia.com"
FotoMail.To = "joel-svensson@telia.com"
FotoMail.Subject = "Silverplanet-Foto"
FotoMail.BodyFormat = 1
FotoMail.MailFormat = 0
FotoMail.Importance = 2
FotoMail.Body = "test"
MyMail.Attachfile "D:\Bilder\Övrigt\budgetval.gif","test.jpg",1
FotoMail.Send
Set FotoMail = Nothing
Fel meddelande på raden MyMail.Attachfile;
Object required: ''
*Joel*Sv: Cdonts med files?
Call MyMail.Attachfile "D:\Bilder\Övrigt\budgetval.gif","test.jpg",1
/Janne