|
-
May 23rd, 2007, 10:34 AM
#1
Thread Starter
Frenzied Member
[RESOLVED] send email to bulk mail :(
Hello, I have a php registration form, upon the user registered, the email is send out to him/her. But the email from mysite is always going to the bulkmail on yahoo, or even worse to spam in hotmail. Is there a way to resolve this?
My From header is "From: [email protected]"
-
May 23rd, 2007, 10:51 AM
#2
Re: send email to bulk mail :(
A lot of mail providers these days are picky about what they accept. I forget what headers you need to provide exactly, but I think just adding Reply-To might fix it.
-
May 23rd, 2007, 01:58 PM
#3
Thread Starter
Frenzied Member
Re: send email to bulk mail :(
add that reply-to to where?
-
May 23rd, 2007, 02:06 PM
#4
Re: send email to bulk mail :(
some mail providers don't accept mail unless you have a proper reverse DNS set up, too. if you're getting your website hosted from a company, they have probably done this already. if you're hosting it yourself, you'll have to do it. I don't think this is the right place to ask about that, though.
check out php.net's documentation of the mail function for help with headers. it shows you how to mail the mailing client set as php, and how to use the reply-to header.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|