School Assignment? Project Due Tomorrow? Chat LIVE With A Programming Expert!

Welcome to Dream.In.Code
Become an Expert!

Join 300,404 Programmers for FREE! Get instant access to thousands of experts, tutorials, code snippets, and more! There are 1,623 people online right now. Registration is fast and FREE... Join Now!




Yahoo receive coldfusion mail as spam with delay.

 

Yahoo receive coldfusion mail as spam with delay.

pirula

26 Apr, 2009 - 06:23 AM
Post #1

New D.I.C Head
*

Joined: 26 Apr, 2009
Posts: 20



Thanked: 1 times
My Contributions
Hi, i have problem to send cfmail to @yahoo. I am using simple contact us page and another page to send emails.

contactus.cfm

CODE


<form id="form2" name="form2" method="POST" action="send-email.cfm">
<input name="username" type="text" id="username" size="40" />
<label>
<input name="email" type="text" id="email" size="40" />
</label>
<label>
<input name="subject" type="text" id="subject" size="40" />
</label>
<textarea name="message" cols="70" rows="15" id="message"></textarea>
</form>


send-email.cfm


this is email for me (i will recive this email):
CODE

<CFMAIL to="webmaster@mysite.com" from="#form.email#" Subject="#form.subject#" server="mail.mysite.com">
        #form.message#

        Message By:#form.username#
</CFMAIL>


and this is reply to user:
CODE

   <CFMAIL to="#form.email#" from="webmaster@mysite.com" Subject="Thank you for contacting us">

    Thank you for your message,
  
    You wrote:
    #form.message#

    Message By: #form.username# - #form.email#

    </CFMAIL>

<cflocation url="index.cfm">




When somebody contact me with @hotmail,@gmail,@mydomain..
everything is fine i receive email and user receive email, byt when somebody try with @yahoo there is a problem i can receive email but user receive email as spam with delay 20min-few hours....I have same problem with my register page can somebody tell me what am i doing wrong. I tried to type
server="mail.mysite.com"
and
server="127.0.0.1" and nothing, user with @yahoo will receive email as spam with delay.
Please help me I am desperate!!!!

User is offlineProfile CardPM
+Quote Post


CR250

RE: Yahoo Receive Coldfusion Mail As Spam With Delay.

26 Apr, 2009 - 03:59 PM
Post #2

D.I.C Head
**

Joined: 14 Jun, 2008
Posts: 54



Thanked: 2 times
My Contributions
Set up your mail server correctly. It probably dosnt have the correct spf records. If you can relay the mail via an ISP.
User is offlineProfile CardPM
+Quote Post

pirula

RE: Yahoo Receive Coldfusion Mail As Spam With Delay.

27 Apr, 2009 - 04:27 AM
Post #3

New D.I.C Head
*

Joined: 26 Apr, 2009
Posts: 20



Thanked: 1 times
My Contributions
My admins checked my cfmail server and said that server is ok. They gave me an explanation that yahoo marked some servers(cfmail) and delay some messages and that they can not do anything about it. They said that I have two options : first is to contact yahoo(i found on the web if they ever contact me that will be for about 5+weeks) to set my server on their white list and another is to send mail to yahoo recipients with outlok..

When you say "relay the mail via an ISP" can you please be more specific, I never tried anything similar!


User is offlineProfile CardPM
+Quote Post

CR250

RE: Yahoo Receive Coldfusion Mail As Spam With Delay.

27 Apr, 2009 - 04:56 AM
Post #4

D.I.C Head
**

Joined: 14 Jun, 2008
Posts: 54



Thanked: 2 times
My Contributions
QUOTE(pirula @ 27 Apr, 2009 - 04:27 AM) *

When you say "relay the mail via an ISP" can you please be more specific, I never tried anything similar!


example rather then use your own mail server use your ISP. ie mail.myISP.com and user username and password.

User is offlineProfile CardPM
+Quote Post

pirula

RE: Yahoo Receive Coldfusion Mail As Spam With Delay.

27 Apr, 2009 - 05:40 AM
Post #5

New D.I.C Head
*

Joined: 26 Apr, 2009
Posts: 20



Thanked: 1 times
My Contributions
Ok but I do not understand how is my home network ISP related with my mailserver!

User is offlineProfile CardPM
+Quote Post

CR250

RE: Yahoo Receive Coldfusion Mail As Spam With Delay.

27 Apr, 2009 - 05:45 AM
Post #6

D.I.C Head
**

Joined: 14 Jun, 2008
Posts: 54



Thanked: 2 times
My Contributions
QUOTE(pirula @ 27 Apr, 2009 - 05:40 AM) *

Ok but I do not understand how is my home network ISP related with my mailserver!


Not your home network your companys. If your mail server u are using is set up right then yahoo would not block your emails.
User is offlineProfile CardPM
+Quote Post

xheartonfire43x

RE: Yahoo Receive Coldfusion Mail As Spam With Delay.

27 Apr, 2009 - 11:13 AM
Post #7

D.I.C Regular
***

Joined: 22 Dec, 2008
Posts: 260



Thanked: 2 times
My Contributions
QUOTE(CR250 @ 27 Apr, 2009 - 05:45 AM) *

QUOTE(pirula @ 27 Apr, 2009 - 05:40 AM) *

Ok but I do not understand how is my home network ISP related with my mailserver!


Not your home network your companys. If your mail server u are using is set up right then yahoo would not block your emails.


Yeah I have had the same issue before for my clients and it turned out to be that we messed up the SPF record. Either that or something that you have done in the past with email on your mail server caused yahoo to put that server on the block list for spam or whatever else.
User is offlineProfile CardPM
+Quote Post

pirula

RE: Yahoo Receive Coldfusion Mail As Spam With Delay.

27 Apr, 2009 - 01:45 PM
Post #8

New D.I.C Head
*

Joined: 26 Apr, 2009
Posts: 20



Thanked: 1 times
My Contributions
My admins checked again and inform me that my server is configured correctly.
They tested my server with yahoo and said that I have done something that cause yahoo to mark my cfmailserver as spam and that i should contact yahoo. I asked also about ISP , mail.myISP.com , user username and password and afcourse they can not provide me that info.
Is there anything else i can do to resolve problem?
Should I try to contact yahoo and wait?

User is offlineProfile CardPM
+Quote Post

CR250

RE: Yahoo Receive Coldfusion Mail As Spam With Delay.

27 Apr, 2009 - 03:08 PM
Post #9

D.I.C Head
**

Joined: 14 Jun, 2008
Posts: 54



Thanked: 2 times
My Contributions
QUOTE(pirula @ 27 Apr, 2009 - 01:45 PM) *

Should I try to contact yahoo and wait?


You can try but I suspect something is wrong with the mail server or the reverseDNS records or the domain is or has been black listed.

Let us know if you find a solution.

User is offlineProfile CardPM
+Quote Post

Fast ReplyReply to this topicStart new topic

Time is now: 11/7/09 10:33PM

Live Help!

Be Social

Dream.In.Code RSS Feed Dream.In.Code LinkedIn Group Follow Us On Twitter Fan Us On Facebook

Tutorials

Programming

Web Development

Reference Sheets

Code Snippets

DIC Chatroom

Bye Bye Ads

Monthly Drawing

Thumb Drive

Top Contributors

Top 10 Kudos This Month