Ask a Question related to Macromedia Dreamweaver, Design and Development.
-
George Mizzell #1
What is the command for adding an attachment to web email
Hi,
My ISP only supports the SMTPsvg.Mailer and I have the following code which
works great except for adding attachments. An exhaustive googe search for
an example has produced nothing useful and trying to guess what the command
might be took a lot of time and yielded nothing.
The file - GPC Assessment - Ronnie Bates.xls is a file on the server
in the root path. This code runs error free, it just doesn't do what I need
it to do.
I tried some of the following format as well -
Mailer.addAttachment upload.file("GPC Assessment - Ronnie Bates.xls").path
and all variations of parenthesis and quotes to no avail.
Set Mailer = Server.CreateObject ("SMTPsvg.Mailer")
Mailer.FromName = "Web Mail Test"
Mailer.FromAddress = "apc_assess@engconcepts.net"
Mailer.Subject = "Upward Assessment " &
MailByWeb.fields.item("supervisor").value
Mailer.BodyText = "The Supervisor is - " &
MailByWeb.fields.item("supervisor").value & " the rater is - " &
MailByWeb.fields.item("rater").value
Mailer.RemoteHost = "mail-fwd"
Mailer.AddRecipient "test", "george@engconcepts.net"
Mailer.addAttachment "GPC Assessment - Ronnie Bates.xls"
if Mailer.SendMail then
Thanks in advance
George
George Mizzell Guest
-
sending as email attachment
I'm new to Publisher so hope this isn't too simplistic but I can't seem to find answer to following. I'm intending to write a Newsletter in Publisher... -
email attachment...
....is this possible in PHP? and if so HoW? Reg Rads Carl : )# -
email attachment cannot be opened
hi, I've made a form to send out emails with attachments, and the attachments look ok when they arrive but the content is somehow bad. I cannot... -
Embedded email attachment
Help neded Hi guys I have a database in fmpro 5.5 The problem is that I wish to embed a print preview screen in an email, either usig outlook... -
Email attachment
Hello group, I've got a script here that sends emails with an attachment to an email address that is retrieved from an html form. The email...



Reply With Quote

