Re: How to prevent cfhtmlhead content from being inserted into cfmail...

2012-05-23 Thread Raymond Camden
On Tue, May 22, 2012 at 10:50 PM, Rick Faircloth wrote: > Well, apparently, I can conditionally comment out any of the > CF based on the requesting file. However, the JS isn't affected > by the conditional comments and still shows up in the JSON, causing > the JS to stop processing.  Once I remov

RE: How to prevent cfhtmlhead content from being inserted into cfmail...

2012-05-22 Thread Rick Faircloth
From: Raymond Camden [mailto:raymondcam...@gmail.com] Sent: Tuesday, May 22, 2012 10:26 PM To: cf-talk Subject: Re: How to prevent cfhtmlhead content from being inserted into cfmail... On Tue, May 22, 2012 at 6:14 PM, Rick Faircloth wrote: > > Ray, can you (or any of your other guys) give

Re: How to prevent cfhtmlhead content from being inserted into cfmail...

2012-05-22 Thread Raymond Camden
On Tue, May 22, 2012 at 6:14 PM, Rick Faircloth wrote: > > Ray, can you (or any of your other guys) give me an example > of how to code to "check the requested file" ??? onRequestStart is passed one attribute, the name of the file being requested. You can use list functions on it if you want -

RE: How to prevent cfhtmlhead content from being inserted into cfmail...

2012-05-22 Thread Rick Faircloth
ot familiar with the options you're referring to. -Original Message- From: Matt Quackenbush [mailto:quackfu...@gmail.com] Sent: Tuesday, May 22, 2012 6:56 PM To: cf-talk Subject: Re: How to prevent cfhtmlhead content from being inserted into cfmail... There are lots of ways to cr

RE: How to prevent cfhtmlhead content from being inserted into cfmail...

2012-05-22 Thread Rick Faircloth
ssage- From: Raymond Camden [mailto:raymondcam...@gmail.com] Sent: Tuesday, May 22, 2012 3:09 PM To: cf-talk Subject: Re: How to prevent cfhtmlhead content from being inserted into cfmail... On Tue, May 22, 2012 at 1:26 PM, Rick Faircloth wrote: > > Is there any way to prevent the JS be

Re: How to prevent cfhtmlhead content from being inserted into cfmail...

2012-05-22 Thread Matt Quackenbush
-Original Message- > From: Matt Quackenbush [mailto:quackfu...@gmail.com] > Sent: Tuesday, May 22, 2012 6:37 PM > To: cf-talk > Subject: Re: How to prevent cfhtmlhead content from being inserted into > cfmail... > > > It would be much better to use an include

Re: How to prevent cfhtmlhead content from being inserted into cfmail...

2012-05-22 Thread Matt Quackenbush
May 22, 2012 6:37 PM > To: cf-talk > Subject: Re: How to prevent cfhtmlhead content from being inserted into > cfmail... > > > It would be much better to use an include for your HTML (in your > layout template) than to use cfhtmlhead in the app CFC. Also, there is no > r

RE: How to prevent cfhtmlhead content from being inserted into cfmail...

2012-05-22 Thread Rick Faircloth
inal Message- From: Matt Quackenbush [mailto:quackfu...@gmail.com] Sent: Tuesday, May 22, 2012 6:37 PM To: cf-talk Subject: Re: How to prevent cfhtmlhead content from being inserted into cfmail... It would be much better to use an include for your HTML (in your layout template) than to use cfhtm

RE: How to prevent cfhtmlhead content from being inserted into cfmail...

2012-05-22 Thread Rick Faircloth
:quackfu...@gmail.com] Sent: Tuesday, May 22, 2012 6:37 PM To: cf-talk Subject: Re: How to prevent cfhtmlhead content from being inserted into cfmail... It would be much better to use an include for your HTML (in your layout template) than to use cfhtmlhead in the app CFC. Also, there is no

Re: How to prevent cfhtmlhead content from being inserted into cfmail...

2012-05-22 Thread Matt Quackenbush
_client_dsn='#js_client_dsn#'; > > > > > > > > > > > Why would putting this code directly in the head of each page > be better than using cfhtmlhead? > > > > -Original Message- > From: Andrew Scott [ma

RE: How to prevent cfhtmlhead content from being inserted into cfmail...

2012-05-22 Thread Rick Faircloth
cott.id.au] Sent: Tuesday, May 22, 2012 4:19 PM To: cf-talk Subject: Re: How to prevent cfhtmlhead content from being inserted into cfmail... Rick that might be a good case to think about the application, and one reason why you need to keep things out of the Application.cfc that really don't

Re: How to prevent cfhtmlhead content from being inserted into cfmail...

2012-05-22 Thread Andrew Scott
t and a > variable > in the CFC from ending up in the JSON data return? The CFMAIL is processed > fine > and the mail goes out, but the extra data beyond "success" in the JSON is > preventing > and further JS statement from processing...basically, the "Processing

RE: How to prevent cfhtmlhead content from being inserted into cfmail...

2012-05-22 Thread Rick Faircloth
I figured it would be something straight-forward like that. :o) Thanks, Ray! Rick -Original Message- From: Raymond Camden [mailto:raymondcam...@gmail.com] Sent: Tuesday, May 22, 2012 3:09 PM To: cf-talk Subject: Re: How to prevent cfhtmlhead content from being inserted into cfmail

Re: How to prevent cfhtmlhead content from being inserted into cfmail...

2012-05-22 Thread Raymond Camden
On Tue, May 22, 2012 at 1:26 PM, Rick Faircloth wrote: > > Is there any way to prevent the JS being output using cfsavecontent and a > variable > in the CFC from ending up in the JSON data return? Sure. In your onRequestStart, simply check the requested file. If it ends in .cfc, stop doing that

How to prevent cfhtmlhead content from being inserted into cfmail...

2012-05-22 Thread Rick Faircloth
, that the JS variables are being inserted into the JSON return data from the ajax call. This is throwing off my "success" processing after the call. Is there any way to prevent the JS being output using cfsavecontent and a variable in the CFC from ending up in the JSON data return? The

Re: Is CFMAIL reliable??

2011-12-06 Thread Aaron Rouse
h the spool needing to be > kick started and we send ridiculous amounts of email all day from about 20 > different CF 8.01 enterprise servers... all via cfmail. > > .:.:.:.:.:.:.:.:.:.:.:. > Bobby Hartsfield > http://acode

RE: Is CFMAIL reliable??

2011-12-05 Thread Bobby Hartsfield
I can only say I've not ran into any issues with the spool needing to be kick started and we send ridiculous amounts of email all day from about 20 different CF 8.01 enterprise servers... all via cfmail. .:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com http://cf4e

RE: Is CFMAIL reliable??

2011-12-05 Thread andy matthews
Brook... Haven't used CFMail heavily for a year or so, but I've always found it fairly reliable. Occasionally you have to check the undelivr folder, but then I wrote a service to do that for me: http://undelivrnator.riaforge.org/ andy -Original Message- From: Br

Is CFMAIL reliable??

2011-12-05 Thread Brook Davies
Hi Guys (and girls), You may notice a trend in my postings! Moving away from infusion (long over due) and looking at Native CF functions instead. So now I am looking at CFMAIL and in the past know it has been a bit dodgy. There is a conversation here about restarting the spooling service

Re: Event gateway, cfmail?

2011-10-15 Thread Mike Chabot
You would set up a scheduled task that calls code to check the mailbox, loop over the list of emails doing whatever processing you need to do and calling whatever database queries you need to call, then respond to the mail using cfmail or whatever mail sending code you prefer. You can set up the

Re: Event gateway, cfmail?

2011-10-15 Thread Les Irvin
tags? These are probably > the easier route to a solution that using the event gateway feature. I > will assume you are already familiar with cfmail to send mail. > > -Mike Chabot > > On Sat, Oct 15, 2011 at 1:26 AM, Les Irvin wrote: >> >> I want to be able to receiv

Re: Event gateway, cfmail?

2011-10-15 Thread Mike Chabot
Are you familiar with the cfpop and cfimap tags? These are probably the easier route to a solution that using the event gateway feature. I will assume you are already familiar with cfmail to send mail. -Mike Chabot On Sat, Oct 15, 2011 at 1:26 AM, Les Irvin wrote: > > I want to be a

Event gateway, cfmail?

2011-10-14 Thread Les Irvin
I want to be able to receive an email, immediately do a database hit to retrieve info, then auto-respond to the email (in real time) with some results of the db query. Possible? I know basically nothing about gateways but perhaps therein lies my solution? If anyone could point me in the right d

Re: cfmail issue

2011-10-05 Thread Michael Grant
is issue is not specific to gmail, the problem occurs with ANY SMTP > server where you pass the auth details in the CFMAIL tag. > It of course works fine if I specify the server and auth details in the > cfadmin mail settings as these will be used for re-spooled emails as well, > but al

Re: cfmail issue

2011-10-05 Thread Jude Blacklaw
thanks Michael, but I am already doing that with gmail, it is in fact required to use TLS. But this issue is not specific to gmail, the problem occurs with ANY SMTP server where you pass the auth details in the CFMAIL tag. It of course works fine if I specify the server and auth details in the

Re: cfmail issue

2011-10-05 Thread Michael Grant
I should add that this may not do anything to fix your problem of respooling, however it may minimize the failures in the first place. On Wed, Oct 5, 2011 at 6:32 PM, Michael Grant wrote: > Most of the time when I've used CFMail and Gmail I've had to use TLS and > SSL. > Tr

Re: cfmail issue

2011-10-05 Thread Michael Grant
Most of the time when I've used CFMail and Gmail I've had to use TLS and SSL. Try adding this: port="465" useSSL="true" useTLS="true" On Wed, Oct 5, 2011 at 6:29 PM, Jude Blacklaw wrote: > > I am having an issue with cfmail. > > I sent regul

cfmail issue

2011-10-05 Thread Jude Blacklaw
I am having an issue with cfmail. I sent regular emails like this And most of the time they work fine. But when legitimate emails end up in the undelivered folder, I have to move it back into the spool, but they will then fail every time with a useless error. I have googled this and

Re: MyFax and CFMail

2011-09-30 Thread Mack
Make sure there are is no white space in your text email (). -- Mack ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffus

RE: multiple email addresses in cfmail FROM attribute

2011-09-29 Thread Robert Harrison
r.  It must be &. Plug in to our blog: A&W Unplugged http://www.austin-williams.com/unplugged -Original Message- From: Steve LaBadie [mailto:slaba...@po-box.esu.edu] Sent: Thursday, September 29, 2011 3:58 PM To: cf-talk Subject: RE: multiple email addresses in cfmail FROM

RE: multiple email addresses in cfmail FROM attribute

2011-09-29 Thread Steve LaBadie
er 29, 2011 3:28 PM To: cf-talk Subject: RE: multiple email addresses in cfmail FROM attribute That was what you wanted... yes? Robert B. Harrison Director of Interactive Services Austin & Williams 125 Kennedy Drive, Suite 100 Hauppauge NY 11788 P : 631.231.6600 Ext. 119 F : 631.434.

RE: multiple email addresses in cfmail FROM attribute

2011-09-29 Thread Robert Harrison
. Plug in to our blog: A&W Unplugged http://www.austin-williams.com/unplugged -Original Message- From: Steve LaBadie [mailto:slaba...@po-box.esu.edu] Sent: Thursday, September 29, 2011 3:21 PM To: cf-talk Subject: RE: multiple email addresses in cfmail FROM attribute duh Steve LaB

RE: multiple email addresses in cfmail FROM attribute

2011-09-29 Thread Steve LaBadie
cfmail FROM attribute That's easy. Use unique names on each form field as you originally showed... e.g., the names I'm illustrating below. Submit to a page that has: Here are the registrants: Parent/guardian 1 : #form.name1# Address: #form.address1# Phone:#form.pho

RE: multiple email addresses in cfmail FROM attribute

2011-09-29 Thread Robert Harrison
lug in to our blog: A&W Unplugged http://www.austin-williams.com/unplugged -Original Message- From: Steve LaBadie [mailto:slaba...@po-box.esu.edu] Sent: Thursday, September 29, 2011 2:42 PM To: cf-talk Subject: RE: multiple email addresses in cfmail FROM attribute Robert, The goal is to s

RE: multiple email addresses in cfmail FROM attribute

2011-09-29 Thread Steve LaBadie
-talk Subject: Re: multiple email addresses in cfmail FROM attribute It's not elegant (and it REALLY should save to a database as well..), but I knocked it out in about 3 mins - it'll do the work you need it to - just change some of the things like TO and FROM and you're done

Re: multiple email addresses in cfmail FROM attribute

2011-09-29 Thread Alan Rother
gt; slaba...@esu.edu > > > -Original Message- > From: Robert Harrison [mailto:rob...@austin-williams.com] > Sent: Thursday, September 29, 2011 2:39 PM > To: cf-talk > Subject: RE: multiple email addresses in cfmail FROM attribute > > > I still don't understand wh

RE: multiple email addresses in cfmail FROM attribute

2011-09-29 Thread Steve LaBadie
-williams.com] Sent: Thursday, September 29, 2011 2:39 PM To: cf-talk Subject: RE: multiple email addresses in cfmail FROM attribute I still don't understand what you want to do from that. What's the action you want to take? Do you want to send mail to the people in the form? Do you want

RE: multiple email addresses in cfmail FROM attribute

2011-09-29 Thread Robert Harrison
: Steve LaBadie [mailto:slaba...@po-box.esu.edu] Sent: Thursday, September 29, 2011 2:28 PM To: cf-talk Subject: RE: multiple email addresses in cfmail FROM attribute I apologize if I haven't explained myself properly. There is space for 4 attendees to register for the event. The owner

Re: multiple email addresses in cfmail FROM attribute

2011-09-29 Thread Russ Michaels
the form builders i mentioned, specifically formassembly will do exactly this, in addiiton it allows you to give the user the option to "add new section", so you would create only fields for 1 attendee with a button to "add more attendees" and the form builder does everything else for you. If you

RE: multiple email addresses in cfmail FROM attribute

2011-09-29 Thread Steve LaBadie
I apologize if I haven't explained myself properly. There is space for 4 attendees to register for the event. The owner of the form wants to gather all of the info inputted into the form. Parent/guardian #1 Address Phone Email Parent/guardian #2 Address Phone Email Parent/guardian #3 Address Ph

MyFax and CFMail

2011-09-29 Thread Jeanmarie Richardson
Hi - I am using CFMAIL to send a PDF attachment to the MyFax.com fax gateway. The problem is that when the fax goes through myfax.com, the PDF attachments are preceeded by two blank pages. Myfax.com says that I need to send the email in plain text format. I am have tried using the cfmail

RE: multiple email addresses in cfmail FROM attribute

2011-09-29 Thread Robert Harrison
I thought from what I read he wanted to send an email to each of the addresses in the form... that's why I suggested the loop. I might have misunderstood what he wanted to do. ~| Order the Adobe Coldfusion Anthology now! http

Re: multiple email addresses in cfmail FROM attribute

2011-09-29 Thread Russ Michaels
2. Do a form submit to the next step > > 3. Loop over the comma delimited list of email addresses and generate a > cfmail on each loop > > >         >                My mail data >         > > > > > > > Robert B. Harrison > Director of Interactive S

RE: multiple email addresses in cfmail FROM attribute

2011-09-29 Thread Robert Harrison
s and generate a cfmail on each loop My mail data Robert B. Harrison Director of Interactive Services Austin & Williams 125 Kennedy Drive, Suite 100 Hauppauge NY 11788 P : 631.231.6600 Ext. 119 F : 631.434.7022 http://www.austin-williams.com Great ad

Re: multiple email addresses in cfmail FROM attribute

2011-09-29 Thread Phillip Duba
Steve, then treat each area of registration as its own registration, looping over the email logic for each attendee. You can't have more than one from address in an email. CF doesn't throw an error on it but the SMTP server will. I know this from experience in a malformed email from address/labeli

RE: multiple email addresses in cfmail FROM attribute

2011-09-29 Thread Steve LaBadie
ve LaBadie, Web Manager East Stroudsburg University 570-422-3999 http://www.esu.edu slaba...@esu.edu -Original Message- From: Alan Rother [mailto:alan.rot...@gmail.com] Sent: Thursday, September 29, 2011 1:53 PM To: cf-talk Subject: Re: multiple email addresses in cfmail FROM attribute

Re: multiple email addresses in cfmail FROM attribute

2011-09-29 Thread Alan Rother
So, why do you need to use their email addresses as the from address? The TO or CC addresses, sure, even the REPLY TO I can see using all of the addresses. Can't you just use some generic address for the FROM? Like noreplymyf...@esu.edu What goal are you trying to accomplish? That might be easie

RE: multiple email addresses in cfmail FROM attribute

2011-09-29 Thread Steve LaBadie
- From: David Mineer Jr [mailto:min...@gmail.com] Sent: Thursday, September 29, 2011 1:42 PM To: cf-talk Subject: Re: multiple email addresses in cfmail FROM attribute You would just loop over the list of emails and use cfmail inside the loop to send, right? I could be misunderstanding exactly

Re: multiple email addresses in cfmail FROM attribute

2011-09-29 Thread David Mineer Jr
You would just loop over the list of emails and use cfmail inside the loop to send, right? I could be misunderstanding exactly what you are asking. --- David Mineer Jr - The critical ingredient is getting off your butt and doing something. It's as simple as that. A l

multiple email addresses in cfmail FROM attribute

2011-09-29 Thread Steve LaBadie
I have never come across this before. I was asked to create a form that ask for all attendees that are coming to an event, which means multiple emails addresses using CFMAIL. Is this possible? Steve LaBadie, Web Manager East Stroudsburg University 570-422-3999 http://www.esu.edu <h

Re: cfmail doesn't work for cferror tag

2011-08-16 Thread Russ Michaels
haels [mailto:r...@michaels.me.uk] > Sent: Tuesday, August 16, 2011 2:44 PM > To: cf-talk > Subject: Re: cfmail doesn't work for cferror tag > > > I think cferror may be limited as to what you can put in the error > template, > my memory is quite rusty but I think this i

RE: cfmail doesn't work for cferror tag

2011-08-16 Thread Nathan Chen
ssage- From: Russ Michaels [mailto:r...@michaels.me.uk] Sent: Tuesday, August 16, 2011 2:44 PM To: cf-talk Subject: Re: cfmail doesn't work for cferror tag I think cferror may be limited as to what you can put in the error template, my memory is quite rusty but I think this is to avoid y

Re: cfmail doesn't work for cferror tag

2011-08-16 Thread Russ Michaels
any"> > > > > In my error.cfm page I have some friendly text for end users and plus > this: > > > > Text for myself here. > > > > > > I haven't even placed any #error.variable# insde the cfmail yet but the > result is that error.cfm ge

cfmail doesn't work for cferror tag

2011-08-16 Thread Nathan Chen
Hi, In my application.cfm I have: In my error.cfm page I have some friendly text for end users and plus this: Text for myself here. I haven't even placed any #error.variable# insde the cfmail yet but the result is that error.cfm gets displayed but wouldn't send out e

RE: Email Addresses with Subdomain causes CFMAIL to fail?

2011-06-24 Thread Bobby Hartsfield
, June 24, 2011 1:13 PM To: cf-talk Subject: Email Addresses with Subdomain causes CFMAIL to fail? Hi, This is a new one for me: user has an email address like tlk...@subdomain.domain.net and CFMAIL ls throwing an exception "The value of the attribute to, which is currently tlk572@subdomain.d

Re: Email Addresses with Subdomain causes CFMAIL to fail?

2011-06-24 Thread Jeffrey Battershall
t;> From: Jeffrey Battershall [mailto:jbattersh...@gmail.com] >> Sent: Friday, June 24, 2011 6:13 PM >> To: cf-talk >> Subject: Email Addresses with Subdomain causes CFMAIL to fail? >> >> >> Hi, >> >> This is a new one for me: user has an email address like &g

RE: Email Addresses with Subdomain causes CFMAIL to fail?

2011-06-24 Thread Paul Vernon
ddresses with Subdomain causes CFMAIL to fail? > > > Hi, > > This is a new one for me: user has an email address like > tlk...@subdomain.domain.net and CFMAIL ls throwing an exception "The > value of the attribute to, which is currently tlk572@subdomain.domain > .ne

re: Email Addresses with Subdomain causes CFMAIL to fail?

2011-06-24 Thread Jason Fisher
Works fine for me. Goes out through the mail server and then I immediately get an "Undeliverable" message, as expected. CFMAIL didn't seem to mind at all, whether that was the only address in the 'to' attribute or if it was one of several. -

Email Addresses with Subdomain causes CFMAIL to fail?

2011-06-24 Thread Jeffrey Battershall
Hi, This is a new one for me: user has an email address like tlk...@subdomain.domain.net and CFMAIL ls throwing an exception "The value of the attribute to, which is currently tlk572@subdomain.domain .net, is invalid." Anyone run into this bef

Re: CF9's cfmail remove attribute not working at Crystal Tech

2011-05-04 Thread Dave Burns
Jochem, that's an interesting idea and I'll give it some thought. The downside is that it will slow down page processing somewhat since sending mail would be synchronous. Thanks. ~| Order the Adobe Coldfusion Anthology now! ht

Re: CF9's cfmail remove attribute not working at Crystal Tech

2011-05-04 Thread Dave Burns
Uh, well, that's what I suggested in my original post. :-) I wanted to see if anyone else had experience with better ideas. Thanks! ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/d

Re: CF9's cfmail remove attribute not working at Crystal Tech

2011-05-04 Thread Jochem van Dieten
On Tue, May 3, 2011 at 7:23 PM, Dave Burns wrote: > I just spent an hour working with a tech at Crystal Tech diagnosing an email > problem which ended up with me realizing that the very convenient "remove" > attribute that is new to CF9's cfmail tag will not work in t

Re: CF9's cfmail remove attribute not working at Crystal Tech

2011-05-04 Thread Russ Michaels
well if you are storing the attachments within your own webspace, then why not just have a schedule that cleans them up each night, then you wont have to worrk about deleting them before they been sent. On Wed, May 4, 2011 at 4:57 PM, Dave Burns wrote: > > Thanks, Russ. Interesting. I've always

Re: CF9's cfmail remove attribute not working at Crystal Tech

2011-05-04 Thread Dave Burns
Thanks, Russ. Interesting. I've always ruled out using CF's temp directory for security reasons. I'm on shared hosting at CT. If I'm generating PDF invoices and account statements for customers, seems like I don't want them sitting around in the temp directory where other people on the same box

Re: CF9's cfmail remove attribute not working at Crystal Tech

2011-05-03 Thread Russ Michaels
your host should actually be the ones cleaning up the temp folders not you :-) we run scheduled tasks to do things like this on all our servers 1. respool failed mail for 24 hours before deleting it 2. clean up all the coldfusion temp folders 3. delete old class files and reduce the memory usage.

CF9's cfmail remove attribute not working at Crystal Tech

2011-05-03 Thread Dave Burns
I just spent an hour working with a tech at Crystal Tech diagnosing an email problem which ended up with me realizing that the very convenient "remove" attribute that is new to CF9's cfmail tag will not work in their environment. The reason for this is that they don't us

Re: Problem with CFMAIL

2011-04-29 Thread Russ Michaels
Exchange causes all kinds of problems, it has so many bugs and oddities and works differently to every other mail server and simple things become so complex. We had a lot of problems with our own ticketing system when we switched to exchange, it didn't take long for me to hate exchange and switch

Re: Problem with CFMAIL

2011-04-29 Thread Rick Root
On Thu, Apr 28, 2011 at 5:14 PM, Russ Michaels wrote: > > The file is attached to the email probably because the original sender is > sending emails in Rich Text Format, so I would check this with your users > who are reporting the problem. > see this > > http://email.about.com/od/outlooktips/q

Re: Problem with CFMAIL

2011-04-28 Thread Russ Michaels
The winmail.dat file is sent from people using Microsoft Outlook as their email program. The file allows Outlook users to send Transport Neutral Encapsulation Format (TNEF) information along with the email so that it retains the look and feel of the document with formatting, fonts, and colors when

RE: Problem with CFMAIL

2011-04-28 Thread Jenny Gavin-Wear
e log, perhaps you can see if any changes were made? Does this problem happen regardless of the email client of the user? Jenny -Original Message- From: Rick Root [mailto:rick.r...@gmail.com] Sent: 28 April 2011 21:10 To: cf-talk Subject: Problem with CFMAIL Hi folks, Running CF8 on Wi

Problem with CFMAIL

2011-04-28 Thread Rick Root
aven't done any CF upgrades, MDaemon upgrades, or code changes to the system in quite some time. This ONLY happens when a user replies to a ticket. If they simply open up a new email and send it to the ticket system, it works just fine. The ticketing system sends messages out (using cfmail ty

Re: outlook 2007 and cfmail

2011-04-05 Thread Rob Voyle
Hi Ken I agree with you on your outlook on outlook. I have even questioned the legitimacy of their birth. I haven't tried . I know Outlook 2007 won't do html tags so I had to create a table to create bullets. I just tried within a paragraph 2 without any additional css and it worked in out

Re: outlook 2007 and cfmail

2011-04-05 Thread Ken Hammond
Actually Russ, 2007 and 2010 use word. They stopped using IE with Outlook 2003... As taken from the article below: "Microsoft Office Outlook 2007 uses the HTML parsing and rendering engine from Microsoft Office Word 2007 to display HTML message bodies. The same HTML and cascading style sheets

Re: outlook 2007 and cfmail

2011-04-05 Thread Ken Hammond
I do all in-line CSS. I use emailonacid.com to check against just about every mail client out there :-) Outlook 2007/2010 are the only clients that have problems, absolutely hate them. Ken Sent from Apple MobileMe On Apr 5, 2011, at 5:30 PM, "Rob Voyle" wrote: > > Hi Ken > > How are you

Re: outlook 2007 and cfmail

2011-04-05 Thread Rob Voyle
Hi Ken How are you composing the email and how many email clients are you concerned about. Outlook 2007 is a real bear. I have just spent days tweaking an email newsletter to work on all the mail clients I can find. Its a hodge podge, a little xhtml a little inline css. Don't put the css in t

Re: outlook 2007 and cfmail

2011-04-05 Thread Russ Michaels
Outlook 2007 actually does a very good job of rendering HTML emails as it uses IE to do the job. Outlook 2010 is the problem as they switched to using the word html rendering engine. However you need to remember that HTML emails are not rendered the same in all email clients, so you need to keep i

Re: outlook 2007 and cfmail

2011-04-05 Thread jqdurham
Outlook's HTML rendering engine is garbage. Copy/paste the HTML into Word, tweak it and copy/paste the source back into your app. It isn't pretty. http://blogs.sitepoint.com/microsoft-breaks-html-email-rendering-in-outlook/ http://msdn.microsoft.com/en-us/library/aa338200.aspx On Apr 5, 2011

outlook 2007 and cfmail

2011-04-05 Thread Ken Hammond
I am having the hardest time with outlook 2007 and html/css... If I use a smaller font (say 6px-8px) for a command it sits the text right next to it, it won't even superscript it. So... I increase the size to accommodate that then other mail clients have a HUGE superscripted services mark (

Re: Using Google Apps/Gmail for CFMail - limitations?

2011-02-17 Thread Al Musella, DPM
, Campaign Monitor and many > > others. > > > > > > > > Will > > > > > > > > From: Stefan Richter [mailto:ste...@flashcomguru.com] > > Sent: 17 February 2011 08:47 > > To: cf-talk > > Subject: Re: Using Google Apps/Gmail for CFMail - limitat

Re: Using Google Apps/Gmail for CFMail - limitations?

2011-02-17 Thread Pete Ruckelshaus
gn Monitor and many > others. > > > > Will > > > > From: Stefan Richter [mailto:ste...@flashcomguru.com] > Sent: 17 February 2011 08:47 > To: cf-talk > Subject: Re: Using Google Apps/Gmail for CFMail - limitations? > > > > > > I've been usin

RE: Using Google Apps/Gmail for CFMail - limitations?

2011-02-17 Thread Will Swain
/Gmail for CFMail - limitations? I've been using MailEnable (free version) for years and I'm quite happy with it. On another box I paid for Kerio Mailserver, again a good product IMO. I've now moved all mail for my domains to Google Apps and use my mailserver for sending. If y

Re: Using Google Apps/Gmail for CFMail - limitations?

2011-02-17 Thread Russ Michaels
HmailServer is a good free mail server for Windows. We always use this as the SMTP server for customers with a VPS. You can also use it for incoming mail as well ut if you if you wish, but if you have any kind of load don't use the default Clamwin, as it consumes too much CPU. Use Clamscan instrea

Re: Using Google Apps/Gmail for CFMail - limitations?

2011-02-17 Thread Stefan Richter
I've been using MailEnable (free version) for years and I'm quite happy with it. On another box I paid for Kerio Mailserver, again a good product IMO. I've now moved all mail for my domains to Google Apps and use my mailserver for sending. If you are handling newsletter I recommend a service su

Re: Using Google Apps/Gmail for CFMail - limitations?

2011-02-16 Thread Pete Ruckelshaus
I think that'd be overkill, given the relatively low volume. FWIW, I'm with KickAssVPS and have been happy with them now that I have my server set up. Pete On Wed, Feb 16, 2011 at 9:01 PM, Sean Corfield wrote: > > I think you should serious consider something like a PowerMTA server > at your h

Re: Using Google Apps/Gmail for CFMail - limitations?

2011-02-16 Thread Sean Corfield
I think you should serious consider something like a PowerMTA server at your hosting company... On Wed, Feb 16, 2011 at 4:51 PM, Pete Ruckelshaus wrote: > I'm switching several domains over from multiple shared hosting accounts to > a virtual private server.  For a number of reasons (server reso

Re: Using Google Apps/Gmail for CFMail - limitations?

2011-02-16 Thread Pete Ruckelshaus
OK, using GMail is probably out, then. What do I need to install/enable in order to send mail from multiple domains on a Windows 2008 Server? Just install MS SMTP, or are there better (free) third-party SMTP servers? Thanks, Pete On Wed, Feb 16, 2011 at 7:59 PM, Matt Quackenbush wrote: > > I

Re: Using Google Apps/Gmail for CFMail - limitations?

2011-02-16 Thread Matt Quackenbush
In my personal experience, Gmail for Domains is perfectly fine for sending/receiving small bits of mail here and there. However, with a mailing list of only about 300, it fails miserably. Very few go through, and it is quite arbitrary as to which ones go and which ones don't. That said, it is m

Using Google Apps/Gmail for CFMail - limitations?

2011-02-16 Thread Pete Ruckelshaus
I'm switching several domains over from multiple shared hosting accounts to a virtual private server. For a number of reasons (server resources, managing accounts), I am using the Gmail that comes with Google Apps for domain email for each domain.Without an SMTP server, I'll need to use GMail

Re: CFMail problem since upgrading to CF9

2010-12-10 Thread Rick Root
Found a setting in MDaemon that restricted the maximum concurrent incoming connections. Since CF was set to 30 threads and we have 3 isntances, and MDaemon set to only accept 50 incoming connections, that was PROBABLY causing the issue. Thanks all. Rick

Re: CFMail problem since upgrading to CF9

2010-12-10 Thread Steven Durette
Actually the CF error is correct. CF tried to connect to the smtp server and all it got back was error 421. So connection couldn't be made. Sent from my iPhone ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.co

Re: CFMail problem since upgrading to CF9

2010-12-10 Thread Rick Root
AH, so "Could not connect to SMTP Server" reported by coldfusion is not really correct because it DID connect to the SMTP server, it just couldn't send the message. Okay, makes sense. On Fri, Dec 10, 2010 at 12:20 PM, Steven Durette wrote: > > Smtp error 421 is "the service is not available and

Re: CFMail problem since upgrading to CF9

2010-12-10 Thread Steven Durette
Smtp error 421 is "the service is not available and the connection will be closed" It is from the smtp server not ColdFusion, so you issue is the smtp server. Steve Sent from my iPhone On Dec 10, 2010, at 12:04 PM, Rick Root wrote: > > We've been having significantly more trouble getting

Re: CFMail problem since upgrading to CF9

2010-12-10 Thread Ian Skinner
On 12/10/2010 9:04 AM, Rick Root wrote: > ["Error","scheduler-4","12/10/10","11:40:51",,"Could not connect to > SMTP host: 69.41.172.242, port: 25, response: 421" > and > ["Error","mailWorker-6","12/10/10","10:50:29",,"Could not connect to > SMTP host: 69.41.172.242, port: 25, response: 421 > D

CFMail problem since upgrading to CF9

2010-12-10 Thread Rick Root
We've been having significantly more trouble getting CF to send mail to our MDaemon server ... after we upgraded to CF9, we started seeing a lot of these errors in the mail.log: ["Error","scheduler-4","12/10/10","11:40:51",,"Could not connect to SMTP host: 69.41.172.242, port: 25, response: 421"

Re: CFMail 'from' seems to get ignored

2010-11-21 Thread Dave Watts
> Hmm that didn't really work either (Google Apps). > I've got site.com set up under my google Apps account as an authorised > domain. However when I send mail via CF and specify the sender as > i...@site.com it now shows as my primary Google Apps domain. So I guess > unless I set up a standalon

Re: CFMail 'from' seems to get ignored

2010-11-21 Thread Stefan Richter
Hmm that didn't really work either (Google Apps). I've got site.com set up under my google Apps account as an authorised domain. However when I send mail via CF and specify the sender as i...@site.com it now shows as my primary Google Apps domain. So I guess unless I set up a standalone Apps ac

Re: CFMail 'from' seems to get ignored

2010-11-21 Thread Stefan Richter
thanks everyone. I'll try it using my GApps account instead - I do have the site set up under it already so hopefulyl that'll work. Cheers Stefan ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Co

Re: CFMail 'from' seems to get ignored

2010-11-20 Thread Dave Watts
> I've configured mail in CF Admin using smtp.gmail.com with my personal GMail > account details (username and password). Mail is being sent > without problems. > > However users of one of the websites where I use the CFMAIL tag and a 'from' > address of i..

Re: CFMail 'from' seems to get ignored

2010-11-19 Thread rex
com Stefan Richter wrote: > Hi all, > I've configured mail in CF Admin using smtp.gmail.com with my personal GMail > account details (username and password). Mail is being sent without problems. > > However users of one of the websites where I use the CFMAIL tag and a '

Re: CFMail 'from' seems to get ignored

2010-11-19 Thread Jacob Munson
Mail account details (username and password). Mail is being sent without problems. > > However users of one of the websites where I use the CFMAIL tag and a 'from' address of i...@site.com tell me that the email arrives as having been sent from me, using my GMail address. What am I mis

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