Communication And Invoices Goes To Spam

Hi, seems like a lot of the communication with users from the order page goes into spam. Also the invoices often seems to go to spam. Any idea on how to prevent that?



Thanks,



D.

What “method” are you using for sending mail? If you're using 'php' then it's likely that's where it will go. If you're using your own SMTP server (authenticated) and it is setup to do things like domain keys and other email verification then you should not have any problem (other than yahoo will zap you if anyone complains).

[quote name='tbirnseth' timestamp='1310099264' post='116527']

What “method” are you using for sending mail? If you're using 'php' then it's likely that's where it will go. If you're using your own SMTP server (authenticated) and it is setup to do things like domain keys and other email verification then you should not have any problem (other than yahoo will zap you if anyone complains).

[/quote]



Thanks a lot, I'll investigate the SMTP, I"m using PHP.



Great info.



D.