Jump to content

[SOLVED] I'm not receiving any confirmation of order on my Email account!


Recommended Posts

Hello, as I said in the title my website is online since yesterday, 3 customers ordered on my website but I don't have any Email of confirmation. Even the customers didn't received any confirmation E-mail. Finally...When I'm doing a E-mail sending test, nothing happen.... Am I really stupid or there's a real problem?

Link to comment
Share on other sites

YaY. I solved the problem!
This is what I did:

I replaced
tools/swift/Swift/Connection/NativeMail.php: public function __construct($additional_params=”-oi -f %s”)
tools/swift/Swift/Plugin/MailSend.php: public function __construct($params=”-oi -f %s”)

by
tools/swift/Swift/Connection/NativeMail.php: public function __construct($additional_params=”-oi”)
tools/swift/Swift/Plugin/MailSend.php: public function __construct($params=”-oi”)

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...