There are attributes for a login and password in CFMAIL? It isn't in the
docs.

Here's a snippet from the docs of cfmail in cf5.0:

<cfmail to = "recipient"
  from = "sender"
  cc = "copy_to"
  Bcc = "blind_copy_to"
  subject = "msg_subject"
  type = "msg_type"
  maxRows = "max_msgs"
  MIMEAttach = "path"
  query = "query_name"
  group = "query_column"
  groupCaseSensitive = "Yes" or "No"
  startRow = "query_row"
  server = "servername"
  port = "port_ID"
  mailerID = "headerid"
  timeout = "seconds"> 

Is it something you can set with cfmailparam?

--
Josh Trefethen

:::::[ Exciteworks, Inc ]::[ http://exciteworks.com ]:::::. 
::[ cf hosting on linux ]::[ consulting ]::[ expertise ]::.
 

-----Original Message-----
From: samcfug [mailto:[EMAIL PROTECTED]] 
Sent: Saturday, November 16, 2002 5:49 PM
To: CF-Talk
Subject: Re: secure email...


Excuse me!   But CFMAIL certainly does support Login and
Passwords when sending out email. I am using CF 5.0

I use Ipswitch's Imail Ver 7.0 with SMTP AUTH enabled, and crank out
emails from several CF applications on varied Virtual domains on my
servers.  I don't have to create "allow relay for" entries at all, as I
don't consider that very secure.  SMTP AUTH also will block spoofing,
such as KLEZ infected emails as well.

=====================================
Douglas White
group Manager
mailto:[EMAIL PROTECTED]
http://www.samcfug.org
=====================================
|
| I was wondering how people were dealing with email from
Cold Fusion
| applications to respond to such issues... Since CFMAIL
doesn't support
| any login and password login type stuff...
|


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm

Reply via email to