Results 1 to 2 of 2

Thread: PHP :: Avoid sending mails to Spam folders

  1. #1
    Join Date
    Oct 2008
    Posts
    3

    Question PHP :: Avoid sending mails to Spam folders

    Can anybody tell that how to avoid sending mails as a SPAM through PHP?? If I send mail using mail() in PHP it is received only as a SPAM....

    How to get mails in INBOX [in gmail] ????? Kindly reply. Its urgent.

  2. #2
    Your web host may be blacklisted. You could try getting a free mailer class which will let you send using SMTP. Or, try sending headers with the mail() function to make sure the email appears to come from an email account on your domain.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •