Reply to topic
CFMAIL not sending email
visual28


Joined: 15 Mar 2007
Posts: 7
Reply with quote
The title is vague sorry. Basically we have a VPS with ColdFusion and use cfmail to handle contact forms on client websites. Under most circumstances our clients will have their own exchange server but we will control the DNS though HMS. In this particular case, the client has an exchange sever but also controls the DNS and routes all email through postini.

For some reason this particular client site is not sending email at all. No matter what email I point it to.
A sample cfmail would look like this:

Code:
<cfmail to="myemail@domain.com" from="youremail@domain.com" subject="Comments from site">
   ...form output      
</cfmail>


Pretty much as basic as it gets. the CF Mail logs show it as being sent however they never show up. Not even to a bulk mail folder.

We have tried white listing the IP in exchange, setting up a noreply@ email and white listing that. I have also tried using cfmail to connect directly to their exchange server. That only produces an error that reads... Could not connect to SMTP host: mail.domain.com, port: 25; nested exception is: java.net.ConnectException: Connection timed out: connect

I also tried setting up smartermail for that domain thinking it would deliver locally then I could forward it on. It does deliver to that smartermail account but it cannot forward it to an outside email account. e.g. my personal email account on google.

So at this point I am not sure if this is an issue caused by CF, smartermail, DNS, IIS settings, or what? Anyone have any ideas or trouble shooting ideas?
Jason101
Forum Regular

Joined: 14 Mar 2006
Posts: 570
Location: Harrisburg, PA
Reply with quote
have you tried using the username and password attributes in the cfmail tag?
CFMAIL not sending email
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
All times are GMT  
Page 1 of 1  

  
  
 Reply to topic