when i send an email to my blog users , it is received on the junk mail , how can i send the message to inbox not junk mail?
You can't - where any particular email goes is up to the recipient, not you. Some domains get tagged as junk by some providers, some phrases get tagged as junk by some email programs - you have no control over any of that. The most you can do is ask your recipients to set their email filters to accept email from your site's email address.
By default wordpress sends mail via a php, or wordpress type method. You need to add SMTP support to ensure maximum reliability. This is done by adding a plugin like this: http://wordpress.org/extend/plugins/configure-smtp/ You then add your email account settings, you could setup an email for sending mail like: This will prove most reliable way to send mail through wordpress. For even better solutions check out our webmail platform that enables SSL mail and reduces load on your server.
Sending email via PHP is sending it by SMTP - that's how PHP sends email. Adding a plugin won't change how the email is sent - that's determined by how the hosting company sets PHP up. You can send your email through some other SMTP server (like Gmail or one you run on your own computer), but the final say on whether the email ends up in the junk folder is still up to the recipient. No matter how you send email, you don't control which folder it goes to - each recipient makes that decision for the email he receives.
i think lately gmail treat all mail with "wordpress" is consider as spaming mail .... cause yesterday i bought new domain, start the site and all mail go to junk
and it will better to not use html codes (only text one) and maybe the problem is in your website server
No No, I tested my new installation yesterday and it worked perfectly alright (autoresponder-gwa/ar_gwa.php) for sometime before spoiling the entire setting. (not sure, but this is what the customer care exec told me just now) I am going to try the Mailjet for Wordpress. Hopefully that doesn't cause any problem
I tried to , but still I cannot find any clue how to do it can you help with more information how to it please?