Question:
can php submit e-mail without the mail server set up in a server?
Larry
2013-01-25 20:15:53 UTC
I understand we could submit e-mail from php utilizing smtp servers on various hosts or if there is regional smtp server set up. Exactly, what I need to know is can php to send out e-mail without any neighborhood or remote smtp servers? I have become aware of the sendmail program. However, can it work without any mail server set up in the server?
Three answers:
lazydragonfist
2013-01-28 12:38:10 UTC
You can also try External SMTP server to send Emails from your PHP.
Vitaly
2013-01-26 21:34:19 UTC
At one point or an additional there needs to be some kind of SMTP server. Sendmail itself is in fact, one of the kinds of SMTP servers. Pretty old one, however, still works. In general ... Any e-mail traffic we could have constantly taken place in between SMTP servers. I suggest server to server. The customer just forwards requests to among the servers, then all settlements and forwarding happen in between the servers. There is a course set especially made for PHP, and it will serve as a sort of SMTP server, however, I would extremely advise against it. SMTP server is not an easy shipment thing. It attempts and retries distributions when individuals more than quota or if your target server is briefly down. Your PHP cannot do that.
?
2016-10-18 15:36:34 UTC
you would no longer attempt this for the period of html. you may want to coach the own dwelling house web page mail() function. some information superhighway pages do no longer enable vehicle generated emails. Your fantastic way is to coach a database (mysql perchance) to keep the kind suggestion, if digital mail is accepted you receives it to also grant you a notification.


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...