Is there any solution that i could send email via intranet and internet?
Another question, is that any way to check whether the SMTP is usable? (e.g. smtp@yourdomain.org)
Send Email via Intranet and Internet.
Moderator: General Moderators
Re: Send Email via Intranet and Internet.
No and No.choppchop wrote:Is there any solution that i could send email via intranet and internet?
Another question, is that any way to check whether the SMTP is usable? (e.g. smtp@yourdomain.org)
First of all, this question doesn't belong in the Installation and Configuration forum, so I will move it to PHP Code.
Assuming that you are asking whether PHP can send email via the Internet, and assuming that the web host you are using has an SMTP server, the answer is Yes. As far as intranet, the answer is No, because the web host has no way to reach your intranet. It could be on the other side of the earth. The SMTP server is not an email address, it is server software on a host computer. If you have sysadmin privileges on the server, you could test to see if it is running. You could also write a 3 or 4 line PHP script to send a test message to yourself.