6 replies
When i send email using php it goes to spam folder of yahoo and gmail can anyone tell me how can i send it to inbox folder instead of spam one?
#mailing #php #problem
  • Profile picture of the author layouts4you
    you might want to check the headers and info. i had this problem at one time and had to add better headers and return email address to make it not go into the spam folders on the free email services.
    {{ DiscussionBoard.errors[2263032].message }}
  • Profile picture of the author LocoDice
    you might also want to look into using an outgoing mail server, this is something you actually have to set.
    Signature
    codefixit.com - Help with your HTML, Wordpress and Web Hosting problems - No fix, no fee.
    {{ DiscussionBoard.errors[2263782].message }}
  • Profile picture of the author jamespitt
    yes - try to use the imap system in PHP to send it via gmail or something similar. It could be a problem with your shared host.
    Signature

    Get your totally free outsourcing guide here..

    Send me a PM if you want to hire top-calibre outsourced staff.

    {{ DiscussionBoard.errors[2264248].message }}
  • Profile picture of the author ASUService
    Fixing this 100% is tough if not impossible. However, check out my reply to this thread ...

    http://www.warriorforum.com/programm...-increase.html

    This will help A LOT. The imap suggestion might work too but haven't tried it.

    Hope this helps!
    Signature

    Best Regards,
    Mike Allton
    ASU Service, Inc.
    The LAST SMS Platform You'll Ever Need! Easy Money!

    {{ DiscussionBoard.errors[2300068].message }}
  • Profile picture of the author Stewart.ice
    I had this issue long back - but it got solved when using the PHP_mailer function . Basically it is the issue with Headers .
    {{ DiscussionBoard.errors[2308012].message }}
  • Profile picture of the author rife
    yeah headers, if incorrect will look suspect and likely get the email classed as spam.

    Your best bet though is to use an email account with a reputable name, for example youremailaccount AT gmail.com

    You can send mail from a gmail account using php very easily. sourceforge.net/projects/phpmailer/
    {{ DiscussionBoard.errors[2334801].message }}

Trending Topics