TCwho Posted December 3, 2004 Posted December 3, 2004 Hey Everybody, I have noticed on three accounts I created for testing purposes, that the Welcome email after account creation success is viewed as Bulk Mail/Spam on Yahoo Email Accounts. However, if I send emails from within osC to those same customers, they receive the email just fine. ...??? I dont know what could be the problem .... I have tried changing the Subject Line....didnt work I have tried changing the Store Owner ...(since welcome email uses that as the name of sender)...didnt work ....changed it to name or store...changed it to info@etc... ...didnt work What could be causing the Welcome emails to be viewed as Bulk Email/Spam on Yahoo Accounts while regular emails sent from within osC admin panel are accepted as regular mail? anyone experience this before and knows the solution? Drop_Shadow How Did You Hear About Us Email HTML Order Link ---- GMT -5:00
♥Vger Posted December 3, 2004 Posted December 3, 2004 Others have had this problem - don't know what the fix is, but I did see one posted here in the past two weeks. Do a search of the General and Installation forums and you should find it. However, since Yahoo provide bulk e-mailing services to around 80% of the worlds spammers I think it's a bit rich of them tagging your mail as spam! Are you using your domains' smtp server to send your mail, or are you relaying via an e-mail address you have elsewhere? This will cause your mail to get tagged as being 'relayed' and that will get it blocked. Vger
TCwho Posted December 3, 2004 Author Posted December 3, 2004 Will do a better search... I search all the forum about 8 or 9 pages deep..... HMMM :( I gotta pick better search words >_< ahhh... I am using my domains smtp server. So those accoutns at yahoo are getting it with my [email protected] ....Yahoo is only flagging the Welcome Email as Bulk Mail/Spam :angry: However, since Yahoo provide bulk e-mailing services to around 80% of the worlds spammers I think it's a bit rich of them tagging your mail as spam! Yahoo Sucks Drop_Shadow How Did You Hear About Us Email HTML Order Link ---- GMT -5:00
♥Vger Posted December 3, 2004 Posted December 3, 2004 Another thing that could cause the problem, and this applies to all shared servers, is that even though the e-mail address is on your domain in the header it usually gives the name of the server as the actual source of the mail. Some hosting company provide 'stealth' on their servers to mask this, but most do not. Try going to www.dnsreport.com and find out what it says about the mail servers for your domain. Vger
TCwho Posted December 3, 2004 Author Posted December 3, 2004 everything reports back fine from dnsreports........ but I am narrowing it down...I have pretty good idea.... Hopefully I will be back with the solution.... Drop_Shadow How Did You Hear About Us Email HTML Order Link ---- GMT -5:00
TCwho Posted December 3, 2004 Author Posted December 3, 2004 OMG Found IT! You won't believe what yahoo is flaggin. I sent myself about a dozens emails trying to narrow it down. When I remove this line: Note: This email address was given to us by one of our customers. If you did not signup to be a member, please send an email to [email protected]. The email gets thru into the regular INBOX.... :) Glad to know why.... now just gotta go back in and change my welcome email ......... BTW: my previous email that were getting sent from Admin were not viewed as spam until I sent it with the text from my welcome email........ :rolleyes: Drop_Shadow How Did You Hear About Us Email HTML Order Link ---- GMT -5:00
cmbyrne Posted December 4, 2004 Posted December 4, 2004 OMG Found IT! You won't believe what yahoo is flaggin. I sent myself about a dozens emails trying to narrow it down. When I remove this line: The email gets thru into the regular INBOX.... :) Glad to know why.... now just gotta go back in and change my welcome email ......... BTW: my previous email that were getting sent from Admin were not viewed as spam until I sent it with the text from my welcome email........ :rolleyes: <{POST_SNAPBACK}> wow that is really weird, they actually search through the body of emails to determine if it's spam or not? hmmm... Christina
cmbyrne Posted December 5, 2004 Posted December 5, 2004 OMG Found IT! You won't believe what yahoo is flaggin. I sent myself about a dozens emails trying to narrow it down. When I remove this line: The email gets thru into the regular INBOX.... :) Glad to know why.... now just gotta go back in and change my welcome email ......... BTW: my previous email that were getting sent from Admin were not viewed as spam until I sent it with the text from my welcome email........ :rolleyes: <{POST_SNAPBACK}> This is probably a dumb question, but where do i go to change the content of these emails? Christina
TCwho Posted December 6, 2004 Author Posted December 6, 2004 :) catalog\includes\languages\english\create_account.php(26): define('EMAIL_WARNING', '<b>Note:</b> should be line 26 ...and just add your text there.. define('EMAIL_WARNING', '<b>Note:</b> ....ADD YOUR TEXT HERE.... email us at ' . STORE_OWNER_EMAIL_ADDRESS . '.' . "\n"); backup your file just in case....better safe than sorry.... I tried commenting the entire line out but then I got an error.... so I used: If you did not register at "YOURSITENAME" please email us at ' . STORE_OWNER_EMAIL_ADDRESS . '.' . "\n"); Drop_Shadow How Did You Hear About Us Email HTML Order Link ---- GMT -5:00
cmbyrne Posted December 6, 2004 Posted December 6, 2004 :) catalog\includes\languages\english\create_account.php(26): define('EMAIL_WARNING', '<b>Note:</b> should be line 26 ...and just add your text there.. define('EMAIL_WARNING', '<b>Note:</b> ....ADD YOUR TEXT HERE.... email us at ' . STORE_OWNER_EMAIL_ADDRESS . '.' . "\n"); backup your file just in case....better safe than sorry.... I tried commenting the entire line out but then I got an error.... so I used: If you did not register at "YOURSITENAME" please email us at ' . STORE_OWNER_EMAIL_ADDRESS . '.' . "\n"); <{POST_SNAPBACK}> did you replace the whole "define('email_warning' etc.etc... or do you put that into the "add your text here" part? i did the latter and got the warning
TCwho Posted December 6, 2004 Author Posted December 6, 2004 I added my text to the part that I wrote ADD YOUR TEXT HERE Drop_Shadow How Did You Hear About Us Email HTML Order Link ---- GMT -5:00
cmbyrne Posted December 6, 2004 Posted December 6, 2004 I added my text to the part that I wrote ADD YOUR TEXT HERE <{POST_SNAPBACK}> :sigh: still shows as spam :/
TCwho Posted December 6, 2004 Author Posted December 6, 2004 I took out the first sentence and just left: If you did not register at "YOURSITENAME" please email us at and its working for me... why dont you post your site, and I will register to take a look at your email it shouldnt be too hard...... Im not sure which words are causing the spam problem...but like I said ...the phrase i used above worked for me :blush: Drop_Shadow How Did You Hear About Us Email HTML Order Link ---- GMT -5:00
cmbyrne Posted December 6, 2004 Posted December 6, 2004 I took out the first sentence and just left:If you did not register at "YOURSITENAME" please email us at and its working for me... why dont you post your site, and I will register to take a look at your email it shouldnt be too hard...... Im not sure which words are causing the spam problem...but like I said ...the phrase i used above worked for me :blush: <{POST_SNAPBACK}> it's www.mtgo.byrnesccgshop.com (you saw it on my other post, silly) :P
TCwho Posted December 6, 2004 Author Posted December 6, 2004 Oh yeah..... Silly me I registered and got your email just fine in my inbox. :thumbsup: :::Edited::: Yahoo account ofcourse Drop_Shadow How Did You Hear About Us Email HTML Order Link ---- GMT -5:00
cmbyrne Posted December 6, 2004 Posted December 6, 2004 Oh yeah..... Silly me I registered and got your email just fine in my inbox. :thumbsup: :::Edited::: Yahoo account ofcourse <{POST_SNAPBACK}> hmm.. that's weird, it went to the spam box for mine. Oh well.... Thanks! Christina
TCwho Posted December 6, 2004 Author Posted December 6, 2004 hmm.. that's weird, it went to the spam box for mine. Oh well....Thanks! Christina No problem. Well be sure to delete the account you are testing it on....then re-register yourself and see where it goes. Drop_Shadow How Did You Hear About Us Email HTML Order Link ---- GMT -5:00
TCwho Posted December 6, 2004 Author Posted December 6, 2004 Drop_Shadow How Did You Hear About Us Email HTML Order Link ---- GMT -5:00
Recommended Posts
Archived
This topic is now archived and is closed to further replies.