Nexology Community
 
     
 
   

Go Back   Nexology Community > Nexus Zone > News and Announcements

Reply
 
LinkBack Thread Tools Display Modes
Old 02-09-2011, 11:26 PM   #1
HN Top Canine
 
NexDog's Avatar
 
Join Date: Jan 2002
Location: The Nexus
Posts: 13,347
Post CFMAIL Changes

Greetings,

We are seeing an increasing amount of spam being sent by Coldfusion scripts which is due to us not enforcing SMTP Auth in CF - this has to change or our servers will get continually blacklisted. This is a very simple change though!

To enable SMTP Authentication you need to :

1. Create a valid email on your domain. But for domains that have a different MX server you will need to connect to that MX mail server).
2. Change the CF code in the CFMAIL tag to include the username and password of the valid mailbox as outlined here:

[url=http://help.adobe.com/en_US/ColdFusion/9.0/CFMLRef/WSc3ff6d0ea77859461172e0811cbec22c24-7f8e.html[/url]

Simple example :

Code:
<cfmail
   subject = "Contact"
   from = "test@localdomain.com"
   to = "test1@remotedomain.com"
   server = "localhost"
   username = "test@localdomain.com"
   password = "mailboxpassword" >
</cfmail>
We will start enforcing CF to authenticate against a valid mailbox from Monday 13th February so please make sure you have fixed your code by then. If you make alterations and find you are having issues with sending mail please let Technical Support know and we'll look at your code and assist.

Many thanks.
__________________
Laurence - [HostNexus Administrator]

- Need Support? Quickest reponses are found at the Support Helpdesk!
- Stay in touch! Make sure you are subscribed to our Lists.
NexDog is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -5. The time now is 06:01 AM.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.3.0 RC1
Copyright ©2001 - 2009, HostNexus