C
C
CodeInside2015-04-16 21:35:02
PHP
CodeInside, 2015-04-16 21:35:02

Why is the email not sent from the server?

Emails are not sent from the server. Followed the link from the log ( support.google.com/mail/bin/answer.py?answer=14257 ), allowed access to the account from the application. As a result of the php script (from the screen), mail returns true. Maybe you need to register a POP3 server? Or what's wrong?81a3ac1f476b45f39ea75f6ebe685286.pngac97c89d11d841219aa05078ae17e8ce.png7da356880c8043559f2c2800adc1589b.png

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
acspro, 2015-04-16
@acspro

You have SMTP in your settings for sending emails, and you use php mail
Either write via sockets, for example, like
i-leon.ru/smtp-php
here, or use a ready-made phpmailer class - it's easier with it
https://github.com/PHPMailer/ PHPMailer

A
Alexander Taratin, 2015-04-16
@Taraflex

mandrill.com

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question