John Ingham wrote: > I need / would like have the CFMX 6.1 admin default connection to our SMTP > server use either of these connection methods: > > SMTP AUTH over SSL on port 465 > > OR > > STARTTLS on ports 587 or 25 > > Is this possible with CFMX 6.1 ?
SMTP AUTH over SSL on port 465 can be done if you set up a stunnel (http://www.stunnel.org/) and then you don't need changes to your code. In all other cases you need to change code to use some component. Jochem ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Server/message.cfm/messageid:6056 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:10 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.10
