Cypbay Posted April 14, 2010 Share Posted April 14, 2010 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 helpThanks for helpers from now Link to comment Share on other sites More sharing options...
tomerg3 Posted April 14, 2010 Share Posted April 14, 2010 What do you have on line 161? Link to comment Share on other sites More sharing options...
Cypbay Posted April 15, 2010 Author Share Posted April 15, 2010 dear tomerg the line 159 is from your document about email error. i tried it but it didnt work. Here the line 161159 $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 More sharing options...
tomerg3 Posted April 15, 2010 Share Posted April 15, 2010 This sounds a bit odd, you should try to copy the tools/swift directory from the original PS installation and try it again. Link to comment Share on other sites More sharing options...
Cypbay Posted April 19, 2010 Author Share Posted April 19, 2010 i tried and still dont work what can i do more? Link to comment Share on other sites More sharing options...
tomerg3 Posted April 19, 2010 Share Posted April 19, 2010 Ask your host if they have changed anything with the email settings Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now