A
A
arkanum2014-01-16 22:29:45
PHP
arkanum, 2014-01-16 22:29:45

How can I set up sending letters to mail from the site if the mail () function does not work and it is not possible to enable it?

What service or method can be used to set up sending letters to mail from the site if the mail () function does not work and it is not possible to enable it?

Answer the question

In order to leave comments, you need to log in

6 answer(s)
Y
Yakov Akulov, 2014-01-17
@arkanum

You can connect an easy-to-use lib
https://github.com/PHPMailer/PHPMailer

M
Mikhail Osher, 2014-01-16
@miraage

exec('/something/which/could/send/email');

N
Nikolai Vasilchuk, 2014-01-17
@Anonym

the mail() function does not work and it is not possible to enable it

That doesn't happen.

V
Vlad Zhivotnev, 2014-01-17
@inkvizitor68sl

Via any external smtp

P
Puma Thailand, 2014-01-17
@opium

Isn't it easier to change the host?

K
KOLANICH, 2014-01-17
@KOLANICH

Through sockets. But they probably don't work for you either.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question