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?

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

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!

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.

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.