Re: CFMAIL wrongly moved to Undelivr folder

2007-08-08 Thread Joy Anderson
can see in the Settings Summary that the Mail Connection Timneout is 60 seconds. Where can I change that? I also checked the CFMAIL tag parameters and found there is one called "timeout" which does the same thing, overriding the Administrator setting. Unless someone can tell me where

Re: CFMAIL wrongly moved to Undelivr folder

2007-08-07 Thread Jochem van Dieten
Joy Anderson wrote: > Jochem van Dieten wrote: >> CF is delivering the email message to the SMTP server and the SMTP >> server waits a long time before confirming the receipt. So after a >> while CF stops waiting for the receipt and decides the message is >> undeliverable, and some time later th

Re: CFMAIL wrongly moved to Undelivr folder

2007-08-07 Thread Joy Anderson
> Jochem van Dieten wrote: > CF is delivering the email message to the SMTP server and the SMTP > server waits a long time before confirming the receipt. So after a > while CF stops waiting for the receipt and decides the message is > undeliverable, and some time later the SMTP server confirms

Re: CFMAIL wrongly moved to Undelivr folder

2007-08-07 Thread Jochem van Dieten
Joy Anderson wrote: > I'm experiencing a problem with CF7 occasionally moving into the Undelivr > folder emails that were actually sent (and received). > Here are the ColdFusion log entries that were generated for the email I > described above: > 03:01:12 Exception reading response; nested exce

CFMAIL wrongly moved to Undelivr folder

2007-08-07 Thread Joy Anderson
Moved undelivered mail: Mail47741.cfmail to C:\CFusionMX7/Mail/Undelivr directory 04:01:09 Moved undelivered mail: Mail47741.cfmail to C:\CFusionMX7/Mail/Undelivr directory 05:01:17 Moved undelivered mail: Mail47741.cfmail to C:\CFusionMX7/Mail/Undelivr directory 06:01:10 Moved undelivered mail: Mail

Re: CFMail Just spooling

2007-08-06 Thread Cutter (CFRelated)
See if this helps at all: http://blog.cutterscrossing.com/index.cfm/2006/12/10/ColdFusion-Mail-Spool-Lock Steve "Cutter" Blades Adobe Certified Professional Advanced Macromedia ColdFusion MX 7 Developer _ http://blog.cutterscrossing.com Rob Parkhill wrote: > I know th

RE: CFMail Just spooling

2007-08-06 Thread Justin Scott
> I know that this is a ridiculus question. I have > many applications that this works in, but now on > one of my production servers, I cannot send e-mail. You might check the \CFusionMX7\logs\mail.log file to see if it is having some kind of issue. In the past I've run into authentication issue

Re: CFMail Just spooling

2007-08-03 Thread J.J. Merrick
Sounds like an issue on the server end... could your mailserver be requiring authentication now? J.J. On 8/3/07, Rob Parkhill <[EMAIL PROTECTED]> wrote: > > I have experienced this before as well... Restarting coldfusion > > resolved the issue for me, but obviously that isn't a fix nor an ideal

RE: CFMail Just spooling

2007-08-03 Thread Phyo Pine
x27;t remember on top of my head now) solved the issue. It's a long shot but hopefully, I'm on the right track. Thanks & Regards, Pine > Subject: Re: CFMail Just spooling> From: [EMAIL PROTECTED]> To: > cf-talk@houseoffusion.com> Date: Fri, 3 Aug 2007 12:29:07 -05

Re: CFMail Just spooling

2007-08-03 Thread Jake Pilgrim
I have experienced this before as well... Restarting coldfusion resolved the issue for me, but obviously that isn't a fix nor an ideal workaround. If someone else can shine some light on this issue I would be very interested to find out what's going on 'under the hood'. Jake Pilgrim ~

Re: CFMail Just spooling

2007-08-03 Thread Rob Parkhill
> I have experienced this before as well... Restarting coldfusion > resolved the issue for me, but obviously that isn't a fix nor an ideal > workaround. If someone else can shine some light on this issue I would > be very interested to find out what's going on 'under the hood'. > > Jake Pilgrim

CFMail Just spooling

2007-08-03 Thread Rob Parkhill
I know that this is a ridiculus question. I have many applications that this works in, but now on one of my production servers, I cannot send e-mail. The mail is just spooling, not sending. I have never had this problem before. Spooling is enabled in the administrator, but the delay is only

Re: cfmail and server/username/password attributes

2007-08-01 Thread Rick Root
>Or course if you are using ColdFusion 8 you could use this approach > >http://www.danvega.org/blog/index.cfm/2007/5/11/Scorpio--ArgumentsCollection Heh, you must've missed this part of my original message: "besides using the attributes collection in CF8" I still don't understand why they called

Re: cfmail and server/username/password attributes

2007-08-01 Thread Dan Vega
Or course if you are using ColdFusion 8 you could use this approach http://www.danvega.org/blog/index.cfm/2007/5/11/Scorpio--ArgumentsCollection Dan Vega http://www.danvega.org/blog/ On 8/1/07, Raymond Camden <[EMAIL PROTECTED]> wrote: > > Actually, the server attribute for cfm

Re: cfmail and server/username/password attributes

2007-08-01 Thread Raymond Camden
Actually, the server attribute for cfmail lets you embed u/p in it. So in my code I'll just have 2 blocks in a CFIF. One block for a totally unprotected cfmail (where its set in the cfadmin) and one that passes the server info, which MAY or may not have username/password in it. Checkou

cfmail and server/username/password attributes

2007-08-01 Thread Rick Root
CFMBB - and several of my applications - use cfmail to send mail. On some hosts, you don't need to include the SERVER, USERNAME, and PASSWORD attributes. On some hosts, you do. I'd like to make this a non-required configuration option, but you can't supply blank strings to these

Re: Executing Code in a CFINCLUDE within CFMAIL

2007-07-10 Thread powell
That's what I've always done - much cleaner. But - it does in fact work on V5, so that's what I'd say is the solution. I've had "funny" things happen with tag processing inside of CFMAIL. -reed >Am not sure about an include inside the cfmail, never do

Re: Executing Code in a CFINCLUDE within CFMAIL

2007-07-10 Thread Andrew Scott
Am not sure about an include inside the cfmail, never done it. But theory says it should, but practical who knows. I have always done But as he said Coldfusion V5.0, that is way out of the question. On 7/10/07, Tom Chiverton <[EMAIL PROTECTED]> wrote: > > On Tuesday 10 Jul

Re: Executing Code in a CFINCLUDE within CFMAIL

2007-07-10 Thread Tom Chiverton
On Tuesday 10 Jul 2007, Andrew Scott wrote: > Nope he meant the other way around.. Difficult to tell without his code, really. Either should work though, right ? -- Tom Chiverton Helping to revolutionarily conquer second-generation architectures on: http://thefalken.livejournal.com

Re: Executing Code in a CFINCLUDE within CFMAIL

2007-07-10 Thread Andrew Scott
Nope he meant the other way around.. b.cfm: #now()# a.cfm: On 7/10/07, Tom Chiverton <[EMAIL PROTECTED]> wrote: > > On Monday 09 Jul 2007, K Simanonok wrote: > > > I am trying to get CF code to run inside a CFMAIL tag where the code > > > is called by a C

Re: Executing Code in a CFINCLUDE within CFMAIL

2007-07-10 Thread Tom Chiverton
On Monday 09 Jul 2007, K Simanonok wrote: > > I am trying to get CF code to run inside a CFMAIL tag where the code > > is called by a CFINCLUDE. There are plenty of historical examples > > here showing how people have done it in the past, but when I reproduce > > their co

Re: Executing Code in a CFINCLUDE within CFMAIL

2007-07-09 Thread K Simanonok
> I am trying to get CF code to run inside a CFMAIL tag where the code > is called by a CFINCLUDE. There are plenty of historical examples > here showing how people have done it in the past, but when I reproduce > their code all that gets emailed is the bare code, unexecuted. Ther

Re: cfmail message-id

2007-07-07 Thread Cedric Villat
Russ, Check out the following thread: http://www.coldfusionjedi.com/forums/messages.cfm?threadid=59AD010D-0ABA-C3A1-C2B63D5FCB8E3077 Seems there is a workaround. I have not tried it myself though. Cedric >I'm trying to set the message-id for the mail that I'm sending out from our >cf server,

cfmail message-id

2007-07-06 Thread Russ
I'm trying to set the message-id for the mail that I'm sending out from our cf server, but this code doesn't seem to be working. This is the sample code that I've found while googling test When the emails come in, this is the message-id: Message-ID: [EMAIL PROTECTED]

Re: Cfmail Authentication

2007-06-25 Thread Steve Good
> > > On 6/25/07, Steve Good <[EMAIL PROTECTED]> wrote: > >> in the past i found it easiest to just set set the parameters for cfmail >> in the CF Administrator ( username:[EMAIL PROTECTED] ). You can >> define the port there as well. >> >> S

Re: Cfmail Authentication

2007-06-24 Thread Andrew Scott
Steve, Only good if you have access to the Administrator in the first place. On 6/25/07, Steve Good <[EMAIL PROTECTED]> wrote: > > in the past i found it easiest to just set set the parameters for cfmail > in the CF Administrator ( username:[EMAIL PROTECTED] ). You can > def

Re: Cfmail Authentication

2007-06-24 Thread Steve Good
in the past i found it easiest to just set set the parameters for cfmail in the CF Administrator ( username:[EMAIL PROTECTED] ). You can define the port there as well. Steve Good [EMAIL PROTECTED] Glenn OConnor wrote: > Hi there, > > Im trying to send mail via my hosting account.

Re: Cfmail Authentication

2007-06-24 Thread Andrew Scott
Did you try it? On 6/24/07, Glenn OConnor <[EMAIL PROTECTED]> wrote: > > Hi there, > > Im trying to send mail via my hosting account. The only problem is there > SMTP server is running on port 587, and requires authentication via username > and password .. > > Would this work? > > > password="p

Cfmail Authentication

2007-06-24 Thread Glenn OConnor
Hi there, Im trying to send mail via my hosting account. The only problem is there SMTP server is running on port 587, and requires authentication via username and password .. Would this work? test ~| CF 8 – Scorpio beta

cfmail error - anyone know what to do about this one?

2007-06-14 Thread Mike Kear
I'm getting this error from an action page that sends a "thank you" email to the customer. I've googled around and can find quite a few people asking what to do about it, but no one with an answer. As far as i can see, some of the people experiencing the problem think its to do with a large attac

Re: cfmail diagnosis

2007-06-07 Thread J.J. Merrick
ll, CFpop to it and parse accordingly. Helps me process bounce messages more accurately. J.J. On 6/7/07, Daniel Kessler <[EMAIL PROTECTED]> wrote: > > I had cfmail working fine and then suddenly, wammo->kblow->ugh, it > stopped working. The last evidence I have of a mail sent was 5/

Re: cfmail diagnosis

2007-06-07 Thread Mark Pederson
Had a similar problem a while back and found a 0 byte message in the CF mail queue. Deleted that message and all started working again. >I had cfmail working fine and then suddenly, wammo->kblow->ugh, it >stopped working. The last evidence I have of a mail sent was 5/15 >tho

RE: cfmail diagnosis

2007-06-07 Thread Dan G. Switzer, II
into this problem in a long time though. -Dan >-Original Message- >From: Jochem van Dieten [mailto:[EMAIL PROTECTED] >Sent: Thursday, June 07, 2007 10:14 AM >To: CF-Talk >Subject: Re: cfmail diagnosis > >Daniel Kessler wrote: >> I had cfmail working fine and

Re: cfmail diagnosis

2007-06-07 Thread Jochem van Dieten
Daniel Kessler wrote: > I had cfmail working fine and then suddenly, wammo->kblow->ugh, it > stopped working. The last evidence I have of a mail sent was 5/15 > though it may have worked past that. The code hasn't changed since > way before that and two different

Re: cfmail diagnosis

2007-06-07 Thread Robertson-Ravo, Neil (RX)
0 89107910. The opinions expressed within this communication are not necessarily those expressed by Reed Exhibitions." Visit our website at http://www.reedexpo.com -Original Message- From: Jose Diaz To: CF-Talk Sent: Thu Jun 07 14:12:42 2007 Subject: Re: cfmail diagnosis have you c

Re: Executing Code in a CFINCLUDE within CFMAIL

2007-06-07 Thread Kris Jones
Do you have cfoutputs inside your cfinclude file? I don't think the cfoutput that is inherent in cfmail cascades to the include. > I am trying to get CF code to run inside a CFMAIL tag where the code is > called by a CFINCLUDE. There are plenty of historical examples here sho

Re: cfmail diagnosis

2007-06-07 Thread Jose Diaz
have you checked that the spool is running? I did a UDF on cflib called cfmailfactory: http://www.cflib.org/udf.cfm?id=1511 There is a stop start option for the spool. Alternativly if it is not your isp or the spool the cfmail tag may be corrupt, usually a error message would be shown in this

RE: cfmail diagnosis

2007-06-07 Thread Robert Rawlins - Think Blue
From: Daniel Kessler [mailto:[EMAIL PROTECTED] Sent: 07 June 2007 13:46 To: CF-Talk Subject: cfmail diagnosis I had cfmail working fine and then suddenly, wammo->kblow->ugh, it stopped working. The last evidence I have of a mail sent was 5/15 though it may have worked past that. The

cfmail diagnosis

2007-06-07 Thread Daniel Kessler
I had cfmail working fine and then suddenly, wammo->kblow->ugh, it stopped working. The last evidence I have of a mail sent was 5/15 though it may have worked past that. The code hasn't changed since way before that and two different sets of email code are both not working -

Re: Executing Code in a CFINCLUDE within CFMAIL

2007-06-07 Thread Richard Cooper
Does the included page parse correctly if you call it directly? ~| Upgrade to Adobe ColdFusion MX7 The most significant release in over 10 years. Upgrade & see new features. http://www.adobe.com/products/coldfusion?sdid=RVJR Arch

Re: Executing Code in a CFINCLUDE within CFMAIL

2007-06-06 Thread K Simanonok
>Are you trying to send a HTML message? If yes, add this attribute type="html" I have tried sending both HTML and plain text, and yes I have tried that cfmail type="html" attribute in addition to a lot of other things following some of the historical examples on this f

Re: Executing Code in a CFINCLUDE within CFMAIL

2007-06-06 Thread Richard Cooper
Are you trying to send a HTML message? If yes, add this attribute http://www.adobe.com/cfusion/entitlement/index.cfm?e=labs_adobecf8_beta Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:280222 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsub

Executing Code in a CFINCLUDE within CFMAIL

2007-06-06 Thread K Simanonok
I am trying to get CF code to run inside a CFMAIL tag where the code is called by a CFINCLUDE. There are plenty of historical examples here showing how people have done it in the past, but when I reproduce their code all that gets emailed is the bare code, unexecuted. There must be some

Re: CFMAIL, CFMAILPART, CFIF and Whitespace

2007-05-31 Thread Scott Weikert
In the CF administrator, under "Mail", last item is "Default CFMail Charset" - what's yours set at? If it's not ISO-8859-1, try switching to that and do some tests. I used to have trouble with Hotmail users - my old charset setting was UTF-

RE: CFMAIL, CFMAILPART, CFIF and Whitespace

2007-05-31 Thread Rob O'Brien
I've tested up and down - here's what I've come up with. The only way I was able to get rid of the additional text part was to remove the CFMAILPART with type="text" and simply include the text within the CFMAIL tag. No matter how little I put into a defined text part (e

Re: CFMAIL, CFMAILPART, CFIF and Whitespace

2007-05-31 Thread Scott Weikert
Rob O'Brien wrote: > Scott, I gave that a go, but the additional text part is still included. > > Well in the 'text' mailpart - try ditching the chr(13) and chr(10) bits, and just put in a plain old return, i.e. #trim(TextHeader)# #TEXT# If that doesn't do it, just slap some plain text in the

RE: CFMAIL, CFMAILPART, CFIF and Whitespace

2007-05-31 Thread Rob O'Brien
Scott, I gave that a go, but the additional text part is still included. Rob ~| Upgrade to Adobe ColdFusion MX7 Experience Flex 2 & MX7 integration & create powerful cross-platform RIAs http://www.adobe.com/products/coldfusion/

Re: CFMAIL, CFMAILPART, CFIF and Whitespace

2007-05-31 Thread Scott Weikert
I would recommend doing the outside , just to be safe, like etc etc. You get the idea. I don't like doing ifs inside mail tags if I can help it. Also, if you're doing both text and html mailparts - put the text part first. But you seem to be doing that already.

CFMAIL, CFMAILPART, CFIF and Whitespace

2007-05-31 Thread Rob O'Brien
Hey guys - I'm trying to use CFMAIL and CFMAILPART to send Text & HTML email to my users. The email could contain: only Text, only HTML, or both depending on the application. Because of that, I utilize CFIF within CFMAIL to determine which parts of the email to include. For

Re: Advice Using CFMail

2007-05-11 Thread Andrew Scott
No... Simply just do a cfloop around your cfmail and use the spool attribute and away you go. I doubt you will have a problem with your isp, but if you do then you can always ask them to filter your traffic through... But that is extreme case gone bad, which I doubt will happen. On 5/12/07

Re: Advice Using CFMail

2007-05-11 Thread Joel Watson
Do you see any fail-safe way around this to accomplish what I need to do? Or is it rare enough that the vast majority of my clients will be unaffected? Thanks >It depends on their spam rules, some isp's spam filters can see it as a mass >mailout and consider you as a spammer. Its very rare but

Re: Advice Using CFMail

2007-05-11 Thread Andrew Scott
t; > Thanks! > > >I would be doing a loop, and I would also ask what version of CF if its > >CFMX6+ then cfmail its ok to use. But god forbid, I wouldn't use more > than > >one email address for something like this in any one field To:, CC: or > even > >BCC: &g

Re: Advice Using CFMail

2007-05-11 Thread Joel Watson
I would also ask what version of CF if its >CFMX6+ then cfmail its ok to use. But god forbid, I wouldn't use more than >one email address for something like this in any one field To:, CC: or even >BCC: > >The reason being and its very simple, you could be seen as a mass mailo

Re: Advice Using CFMail

2007-05-11 Thread Joel Watson
At the moment, I'm on Godaddy shared, so I'm not sure. However, I am going to be going the dedicated route soon and will be using mx7. >You don't need to delay the emails anymore... What version of CF are you >using? > > >On 5/11/07, Joel Watson <[EMAIL PROTECTED]> wrote: >> ~~~

Re: Advice Using CFMail

2007-05-11 Thread Andrew Scott
You don't need to delay the emails anymore... What version of CF are you using? On 5/11/07, Joel Watson <[EMAIL PROTECTED]> wrote: > > Jose-- > > Thanks for the response. Creating a deliberate delay on the cfmail (with > the udf you suggested), I assume, would be to ke

Re: Advice Using CFMail

2007-05-11 Thread Andrew Scott
I would be doing a loop, and I would also ask what version of CF if its CFMX6+ then cfmail its ok to use. But god forbid, I wouldn't use more than one email address for something like this in any one field To:, CC: or even BCC: The reason being and its very simple, you could be seen as a

Re: Advice Using CFMail

2007-05-11 Thread Joel Watson
Jose-- Thanks for the response. Creating a deliberate delay on the cfmail (with the udf you suggested), I assume, would be to keep the server from getting overloaded, correct? As to the "heaviness" of the email, it would be extremely light, containing only the text which the user

Re: Advice Using CFMail

2007-05-11 Thread Jose Diaz
cfmail you could maybe cause a delay between each occurance of the tag by using say a udf to cause a pause in the code: http://www.cflib.org/udf.cfm/sleep Also be sure to keep your emails layout to a minimun / not html heavy etc. Sorry for the rushed response. HTH Jose Diaz On 5/11/07, Joel

Advice Using CFMail

2007-05-11 Thread Joel Watson
over the cfmail tag itself, running the tag the same number of times as there are subscribed users? In this option, are there going to be significant performance issues if, say, there are 500 subscribed users (thus the cfmail tag running 500 times?) And, of course, there may be other ways

CFMail Text Scrub

2007-05-05 Thread Joel Watson
characters (ex: &) to display properly in a cfmail? Thanks ~| ColdFusion MX7 by Adobe® Dyncamically transform webcontent into Adobe PDF with new ColdFusion MX7. Free Trial. http://www.adobe.com/products/coldfusion?sdid=RVJV Arc

Re: cfmail

2007-05-03 Thread Andrew Scott
Weber <[EMAIL PROTECTED]> wrote: > > I'm trying to e-mail information that is entered on a form. The first > half of the form is text and that is working out fine in the cfmail > statement. However, the second half of the form are checkboxes. I'd like to > show only t

RE: cfmail to show not null results only

2007-05-03 Thread Dawson, Michael
In your CFMAIL tag, use something like: chkbox1 was Checked -Original Message- From: Melissa Weber [mailto:[EMAIL PROTECTED] Sent: Thursday, May 03, 2007 2:03 PM To: CF-Talk Subject: cfmail to show not null results only I'm trying to e-mail information that is entered

cfmail to show not null results only

2007-05-03 Thread Melissa Weber
I'm trying to e-mail information that is entered on a form. The first half of the form is text and that is working out fine in the cfmail statement. However, the second half of the form are checkboxes. I'd like to show only the results that are not null in the email but I am st

cfmail

2007-05-03 Thread Melissa Weber
I'm trying to e-mail information that is entered on a form. The first half of the form is text and that is working out fine in the cfmail statement. However, the second half of the form are checkboxes. I'd like to show only the results that are not null in the email but I am st

Re: Check for valid email before CFMAIL

2007-05-01 Thread Matt Robertson
verify your email addresses above the cfmail statement as described. if not valid email then branch your code to notify somebody that Record X has a sucky address that needs fixing (I compile a complete list of all failures and only send the list once its finished). After that, surround your

Re: Check for valid email before CFMAIL

2007-05-01 Thread Robertson-Ravo, Neil (RX)
om: Rick Root To: CF-Talk Sent: Tue May 01 18:59:33 2007 Subject: Re: Check for valid email before CFMAIL Shoot I forgot.. CFMX 7 introduced isValid() which allows you to validate the format of an email address. google isValid +sit

Re: Check for valid email before CFMAIL

2007-05-01 Thread Rick Root
Shoot I forgot.. CFMX 7 introduced isValid() which allows you to validate the format of an email address. google isValid +site:livedocs.adobe.com ~| ColdFusion MX7 by Adobe® Dyncamically transform webcontent into Adobe PDF with

Re: Check for valid email before CFMAIL

2007-05-01 Thread Rick Root
google, isEmail +site:cflib.org You won't be able to use the query attribute on cfmail if you have badly formatted email addresses in your database though... unless you loop through the query and "correct" or "remove" the rows with invalid email addresses first using

Re: Check for valid email before CFMAIL

2007-05-01 Thread Josh Nathanson
> I've got a database that didn't use form validation and some email > addresses are > not valid. So before I use the cfmail tag to send these out how can I > check to make > sure it's a valid email address? It depends what you mean by "valid". You can

Re: CFMail - Outputting to screen instead of sending email

2007-05-01 Thread Josh Nathanson
If you're using cfmail in the context of a cferror tag, and you have cferror type="request", the page that is called from cferror can only process a small subset of the normal CF tags. This could be what you're running into. In the past I had to do an html meta refres

RE: Check for valid email before CFMAIL

2007-05-01 Thread Andy Matthews
ent: Tuesday, May 01, 2007 11:21 AM To: CF-Talk Subject: Check for valid email before CFMAIL I've got a database that didn't use form validation and some email addresses are not valid. So before I use the cfmail tag to send these out how can I check to make sure it's a valid

Check for valid email before CFMAIL

2007-05-01 Thread coldfusion . developer
I've got a database that didn't use form validation and some email addresses are not valid. So before I use the cfmail tag to send these out how can I check to make sure it's a valid email address? Code ... SELECT dbo.mailprofiles.email, dbo.mailprofiles

CFMail - Outputting to screen instead of sending email

2007-05-01 Thread Chris Ditty
It has been a long while since I used the cfmail tag, so I am prob missing something. For some reason, the mail tag is displaying the contents on the screen instead of sending the email. I verified that there is a mail server setup in CF Admin. Error Date/Time: #error.datetime# User's Br

RE: CFmail spool / out going mail server hosting

2007-04-09 Thread Russ
g mail server though, and it can deliver email without an external mail server. Russ > -Original Message- > From: Mark Breneman [mailto:[EMAIL PROTECTED] > Sent: Monday, April 09, 2007 12:08 PM > To: CF-Talk > Subject: CFmail spool / out going mail server hosting > &

CFmail spool / out going mail server hosting

2007-04-09 Thread Mark Breneman
I am watching my CFMX 7.02 mail spool folder and every 60 seconds I see only 6.6 messages leave this folder. Am I correct that the mail server that I am using is running very very slow. (And or chocked by the mail list send) If this is the case,I am fairly sure it is, can any one recommend a ho

RE: cfmail question

2007-03-29 Thread Justin Scott
> I am using cfmail to send a zip file created during the code. > I am storing the file and the zipped file in a folder. Now > after sending an email, i want to delete the file and the > zipped file. But when i do cffile action=delete after sending > the email ( I mean afte

RE: cfmail question

2007-03-29 Thread Adkins, Randy
Run a clean up process nightly to remove the files or maybe an hourly basis depending on the number of files created during the timeframe. -Original Message- From: Deepak Gupta [mailto:[EMAIL PROTECTED] Sent: Thursday, March 29, 2007 4:27 PM To: CF-Talk Subject: cfmail question Hi I

cfmail question

2007-03-29 Thread Deepak Gupta
Hi I am using cfmail to send a zip file created during the code. I am storing the file and the zipped file in a folder. Now after sending an email, i want to delete the file and the zipped file. But when i do cffile action=delete after sending the email ( I mean after the code that sends an

cfmail

2007-03-02 Thread lex simeus
I want to know how can i sent the content of a flash form as an attachment. let's say we have: select * from tablename I want to open outlook and attach a file contain the value of my cfinputs. Thanks _ Discover the

Re: Line Breaks in Plain Text CFMail - GRRR!

2007-02-23 Thread Rebecca Younes
nes where CFIF statements are bypassed in >the code? The savecontent var that I'm building has about 35 cfif >statements. > >-Original Message- >From: Dave Phillips [mailto:[EMAIL PROTECTED] >Sent: Saturday, January 27, 2007 5:15 PM >To: CF-Talk >Subject: RE:

RE: Line Breaks in Plain Text CFMail - GRRR!

2007-02-16 Thread Mark Leder
Yes, this does work correctly in plain text email. Thanks to everyone's help with this. Mark === If you still have the problem, try another e-mail client. Outlook has the nasty habit of removing line breaks it thinks are unnecessary. Jochem ~~

Re: Line Breaks in Plain Text CFMail - GRRR!

2007-01-29 Thread Casey Dougall
Your Code Should Look Like This On 1/29/07, Mark Leder <[EMAIL PROTECTED]> wrote: > > >> Instead of doing all your s etc within the tag - do it > all > prior to the tag, and build up your content within a variable, > just > the way you want to. That'll avoid any extra linefeeds et

RE: Line Breaks in Plain Text CFMail - GRRR!

2007-01-29 Thread Mark Leder
>> Instead of doing all your s etc within the tag - do it all prior to the tag, and build up your content within a variable, just the way you want to. That'll avoid any extra linefeeds etc. Then just spit out that variable in the tag, within the bits if that's the route you're going. Both you

Re: Line Breaks in Plain Text CFMail - GRRR!

2007-01-29 Thread Scott Weikert
Sorry to hop in on this one after a while, but I've an idea for you. Instead of doing all your s etc within the tag - do it all prior to the tag, and build up your content within a variable, just the way you want to. That'll avoid any extra linefeeds etc. Then just spit out that variable in t

Re: Line Breaks in Plain Text CFMail - GRRR!

2007-01-28 Thread Jochem van Dieten
Mark Leder wrote: > I just cannot get this to work. Sending plain text email, want to force a > line break. I've tried chr(10), chr(13), chr(13) & chr(10), with and > without pound signs, restarted CFMX7. The arguments are outputting > correctly. What's the trick to this? If yo

RE: Line Breaks in Plain Text CFMail - GRRR!

2007-01-27 Thread Mark Leder
the replace won't insert the cr lf. FWIW, I'm running this code inside a cfc. -Original Message- From: Dave Phillips [mailto:[EMAIL PROTECTED] Sent: Saturday, January 27, 2007 8:24 PM To: CF-Talk Subject: RE: Line Breaks in Plain Text CFMail - GRRR! What didn't work?

RE: Line Breaks in Plain Text CFMail - GRRR!

2007-01-27 Thread Dave Phillips
What didn't work? -Original Message- From: Mark Leder [mailto:[EMAIL PROTECTED] Sent: Saturday, January 27, 2007 6:10 PM To: CF-Talk Subject: RE: Line Breaks in Plain Text CFMail - GRRR! Didn't work. -Original Message- From: Mark Leder [mailto:[EMAIL PROTEC

RE: Line Breaks in Plain Text CFMail - GRRR!

2007-01-27 Thread Mark Leder
Didn't work. -Original Message- From: Mark Leder [mailto:[EMAIL PROTECTED] Sent: Saturday, January 27, 2007 6:03 PM To: CF-Talk Subject: RE: Line Breaks in Plain Text CFMail - GRRR! Good call, I've been thinking along this line. Let me test out and I'll let you know.

RE: Line Breaks in Plain Text CFMail - GRRR!

2007-01-27 Thread Mark Leder
Good call, I've been thinking along this line. Let me test out and I'll let you know. -Original Message- From: Dave Phillips [mailto:[EMAIL PROTECTED] Sent: Saturday, January 27, 2007 5:55 PM To: CF-Talk Subject: RE: Line Breaks in Plain Text CFMail - GRRR! Well, one optio

RE: Line Breaks in Plain Text CFMail - GRRR!

2007-01-27 Thread Dave Phillips
Name: #ARGUMENTS.rsvpGuest01Name##carr# Guest Name Badge: #ARGUMENTS.rsvpGuest01BadgeName# Let me know if that works. Dave -Original Message- From: Mark Leder [mailto:[EMAIL PROTECTED] Sent: Saturday, January 27, 2007 4:24 PM To: CF-Talk Subject: RE: Line Breaks in Plain Text CFMail - GRRR! S

Re: Line Breaks in Plain Text CFMail - GRRR!

2007-01-27 Thread Doug Brown
gt; To: "CF-Talk" Sent: Saturday, January 27, 2007 3:26 PM Subject: RE: Line Breaks in Plain Text CFMail - GRRR! > Viewing in MS Outlook as an email message. > > -Original Message- > From: Doug Brown [mailto:[EMAIL PROTECTED] > Sent: Saturday, January 27, 2007

RE: Line Breaks in Plain Text CFMail - GRRR!

2007-01-27 Thread Mark Leder
Viewing in MS Outlook as an email message. -Original Message- From: Doug Brown [mailto:[EMAIL PROTECTED] Sent: Saturday, January 27, 2007 5:24 PM To: CF-Talk Subject: Re: Line Breaks in Plain Text CFMail - GRRR! Are you viewing this in an email or outputting it to a web template

Re: Line Breaks in Plain Text CFMail - GRRR!

2007-01-27 Thread Doug Brown
- From: "Mark Leder" <[EMAIL PROTECTED]> To: "CF-Talk" Sent: Saturday, January 27, 2007 3:10 PM Subject: Line Breaks in Plain Text CFMail - GRRR! > I just cannot get this to work. Sending plain text email, want to force a > line break. I've tried chr(10),

RE: Line Breaks in Plain Text CFMail - GRRR!

2007-01-27 Thread Mark Leder
t: RE: Line Breaks in Plain Text CFMail - GRRR! Remove your 'supresswhitespace' tag. That supresses carriage returns if I remember correctly. Dave -Original Message- From: Mark Leder [mailto:[EMAIL PROTECTED] Sent: Saturday, January 27, 2007 4:10 PM To: CF-Talk Subject: Line

RE: Line Breaks in Plain Text CFMail - GRRR!

2007-01-27 Thread Dave Phillips
Remove your 'supresswhitespace' tag. That supresses carriage returns if I remember correctly. Dave -Original Message- From: Mark Leder [mailto:[EMAIL PROTECTED] Sent: Saturday, January 27, 2007 4:10 PM To: CF-Talk Subject: Line Breaks in Plain Text CFMail - GRRR! I just

Line Breaks in Plain Text CFMail - GRRR!

2007-01-27 Thread Mark Leder
I just cannot get this to work. Sending plain text email, want to force a line break. I've tried chr(10), chr(13), chr(13) & chr(10), with and without pound signs, restarted CFMX7. The arguments are outputting correctly. What's the trick to this? Attendee Name Badge: #ARGUMENTS.rsvpUserBad

Re: CFMAIL and SSL Google Apps for your Domain.

2007-01-10 Thread Jochem van Dieten
David Mineer wrote: > Is it still not possible to use SSL and CFMAIL. In general I would recommend against the conbination of SMTP and SSL. There are just too many broken implementations out there that will advertise to support it while they really don't. > I want to use CFMAIL &

CFMAIL and SSL Google Apps for your Domain.

2007-01-10 Thread David Mineer
Is it still not possible to use SSL and CFMAIL. I want to use CFMAIL to connect to a gmail account and send emails. I am trying to integrate with Google Apps for your Domain. I have seen this article: http://www.roktech.net/devblog/index.cfm/2006/10/24/Cfmail-Google-Tools-For-Your-Domain-and

Re: CFMAIL and multipart

2006-12-27 Thread Bryan Stevenson
> In cfmailpart, I always use type="HTML" or type="TEXT" - not the real > mimetype. > > http://livedocs.macromedia.com/coldfusion/7/htmldocs/wwhelp/wwhimpl/comm > on/html/wwhelp.htm?context=ColdFusion_Documentation&file=0299.htm > > What happens if you change the type attribute? > > Dov As was

RE: CFMAIL and multipart

2006-12-27 Thread Katz, Dov B \(IT\)
ov -Original Message- From: Bryan Stevenson [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 27, 2006 12:53 PM To: CF-Talk Subject: Re: CFMAIL and multipart > Can you put your code and the generated e-mail online so

<    2   3   4   5   6   7   8   9   10   11   >