Jump to content

[1.7] Swift Mailer doesnt send message and no logs


Kaysof

Recommended Posts

I have problem to send test mail from localhost prestashop enviroment. Code completly doesnt show any information. I try to find out in Mail.php class and just know that this code:

/* Send mail */
$message->setFrom(array($from => $fromName));
$send = $swift->send($message);

make $send = 0. How can i verify what is the problem.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...