Skip to main content
nikos101
Inspiring
January 29, 2010
Question

Email created file but not save to server

  • January 29, 2010
  • 1 reply
  • 571 views

I usually create files on the server then send them out via email.

How can I directly place the file on the email but not save it to the server?

<CFFILE ACTION='Write'  file="#fullURL#" OUTPUT='#QueryToCSV(sp)#'>

    This topic has been closed for replies.

    1 reply

    Inspiring
    January 29, 2010

    As an attachment or in the body of the email?


    nikos101
    nikos101Author
    Inspiring
    January 29, 2010

    Yeah I do that, but I always have to save the file on the server before hand, which I don't want to have to do.

    Inspiring
    January 29, 2010

    nikos101 wrote:

    Yeah I do that, but I always have to save the file on the server before hand, which I don't want to have to do.

    What is "that",  creating an email attachment from a file or using the file as the body of an email?  Can you post a sample of your code?

    You might take a look at the thread below.  It contains some sample code that might be of use to you.

    http://forums.adobe.com/message/2117194