Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. rjuliano

    CFmail causes mail server parameter error...

    The problem is fixed but I honestly don't remember how because it was a while ago... here is a current code snipet that works for me... <cfmail to="#EMailAddress_email#" from="#form.replyto#" subject="#form.subject#" type="html"> <cfmailparam name="Message-id"...
  2. rjuliano

    Write a file to the desktop with cffile...

    Hi, I am trying to figure out what the variable would be for the users desktop. what i am doing is having the users click a submit button and then i want cffile to create the file on their desktop. But users may be using different OS and needs to be under their username (i.e. C:\Documents and...
  3. rjuliano

    CFmail causes mail server parameter error...

    Here is a code snipet... <cfmail to=&quot;#form.sample_email#&quot; from=&quot;#form.from# <#form.replyto#>&quot; subject=&quot;#form.subject#&quot; type=&quot;HTML&quot;> First MI Last <br> Company Name, <br><br>#form.msg# <br> <br>Send a blank email to <a...
  4. rjuliano

    CFmail causes mail server parameter error...

    I am using coldfusion to do a mail merge and all of a sudden the server will not mail. It gives me &quot;An exception occurred when setting up mail server parameters&quot; error and java.io.ioexception says it cannot file the specified file. But once I restart the service it works fine. Then it...
  5. rjuliano

    Automated fax using FaxMaker for Exchange 9

    I want to develope a fax merge application using coldfusion for our faxmaker server here at my office. This way employees can do mass faxes against a database dynamically. There is a feature of Faxmaker which is called netprintqueue2fax. it installs as a printer and you print to it and it parses...
  6. rjuliano

    Embed images in email!

    its been a while but have you ever found a solution to this problem? I too am having the same issue in developing a mail merge program for my company that will be used to send out html newsletters. thankyou Rocco Juliano Heart of Florida United Way
  7. rjuliano

    embedding images using cfmail...

    thread232-80716 the post above the question is asked but never answered. I am developing a mail merge application using coldfusion that will be used to send out html newsletters. There will be plenty of graphics as a result. The clients can't be bothered with attaching every picture. They need a...

Part and Inventory Search

Back
Top