Jump to content

Email Problem Help pls


Recommended Posts

My version is 1.2.5 and i was using php mail function it was working. I want to smtp so i changed it to smtp and it didnt work then i changed back to php mail function from my admin panel. But now its not working too.... when i try to send customer message it gives this error:

Warning: mail(): Bad parameters to mail() function, mail not sent. in /hsphere/local/home/lacrimas/zimbirti.com/tools/swift/Swift/Plugin/MailSend.php on line 161

i need urgent help

Thanks for helpers from now

Link to comment
Share on other sites

dear tomerg the line 159 is from your document about email error. i tried it but it didnt work. Here the line 161


159 $params = "";
160 if (!ini_get("safe_mode")) $success = mail($to, $subject, $message, $headers, $params);
161 else $success = mail($to, $subject, $message, $headers);

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