Jump to content
xisto Community
Sign in to follow this  
Joe2Chance

Question About The Mail() Function

Recommended Posts

Hi,Is there any way of using the mail() function with an SMTP connection? Is there any way of sending messages let's say for example using an email of yahoo?Any help about this woul be very thankfull.Thanks in advance.

Share this post


Link to post
Share on other sites

The mail function directly accesses the SMTP server. You can change the from and reply headers by including them in the extra headers part of the mail function -- look up the structure of mail() on google; it's very easy to do. You could also theoretically access the yahoo SMTP servers directly and send mail through them as SMTP servers don't have privacy protection.Remember that while spoofing headers is a common occurance, its use can be construed as identity theft.

Share this post


Link to post
Share on other sites

The mail function directly accesses the SMTP server. You can change the from and reply headers by including them in the extra headers part of the mail function -- look up the structure of mail() on google; it's very easy to do.

Yes, i know.

You could also theoretically access the yahoo SMTP servers directly and send mail through them as SMTP servers don't have privacy protection.

Yes, that's what i wanted to know, i've already search for it in google, but with no success! :lol:

Does anybody can give a little extra help?Thanks.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.