Im using aspsmartmail and this code:
Attachments.Add Server.MapPath("C:\files\file.zip"
attatches the file "file.zip" to a email.
Suppose I have lots of files in dir "files", and dont know their name and/or the physical path but still want them to be emailed to me?? Is it possible? Im using Aspmail component to send mails. Sorry to say but their support suck!
Attachments.Add Server.MapPath("C:\files\file.zip"
attatches the file "file.zip" to a email.
Suppose I have lots of files in dir "files", and dont know their name and/or the physical path but still want them to be emailed to me?? Is it possible? Im using Aspmail component to send mails. Sorry to say but their support suck!