Jump to content

Send email with localhost


whalewillie

Recommended Posts

You need a public mail server to send an email to anyone other than yourself.

 

A public mail server is a valid mail server that has a domain name associated with it and has all the necessary DNS records setup so that a receiving mail server can check and will accept emails from the sending mail server.

 

What exactly are you trying to accomplish?

Link to comment
Share on other sites

I'm guessing that your wanting to test a mail script, if you have error_reporting() on, you should get a warning when you try to use the mail function with no smtp settings set up - this serves as a way of checking that the mail function, functions!

 

Rw

Link to comment
Share on other sites

You need a public mail server to send an email to anyone other than yourself.

 

A public mail server is a valid mail server that has a domain name associated with it and has all the necessary DNS records setup so that a receiving mail server can check and will accept emails from the sending mail server.

 

What exactly are you trying to accomplish?

 

 

 

Thanks for the info,

 

we want to find out if we can send through intranet instead of internet server,is it possible to send email through localhost(Xampp) intranet?

 

 

Cheers!

Link to comment
Share on other sites

You need a public mail server to send an email to anyone other than yourself.

 

A public mail server is a valid mail server that has a domain name associated with it and has all the necessary DNS records setup so that a receiving mail server can check and will accept emails from the sending mail server.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

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.