Taara Posted September 3, 2009 Share Posted September 3, 2009 Hi there,I found an e-mail validation bug.like[email protected] ErrorBut[email protected]is not an error.I correct the regex in Validation class.return preg_match('/^[a-z0-9]+[._a-z0-9-]*@[a-z0-9]+[._a-z0-9-]*\.[a-z0-9]$/ui', $email);to this one.return preg_match('/^[a-z0-9]+[._a-z0-9-]*@[a-z0-9]+[._a-z0-9-]*\.([a-z0-9]{2,4})$/ui', $email);Regards,Taara Link to comment Share on other sites More sharing options...
malcek Posted September 3, 2009 Share Posted September 3, 2009 I have a problem with e-mail on installation and the server said:PHP Fatal error: Uncaught exception 'Exception' with message 'The sender parameter must either be a valid string email address or an instance of Swift_Address.' in /home/figura-ms/www.figura-ms.si/Prestashop/prestashop/tools/swift/Swift.php:345\nStacktrace:\n#0/home/figura-ms/www.figura-ms.si/Prestashop/prestashop/install/classes/ToolsInstall.php(74): Swift->send(Object(Swift_Message), 'siviljstvo.figu...','[email protected]....')\n#1/home/figura-ms/www.figura-ms.si/Prestashop/prestashop/install/xml/checkMail.php(17): ToolsInstall::sendMail(false, 'smtp.', 'This is a test ...', 'Test message fr...', 'text/html', 'siviljstvo.figu...', '[email protected]....', '', '', '25', 'off')\n#2/home/figura-ms/www.figura-ms.si/Prestashop/prestashop/install/model.php(38): include_once('/home/figura-ms...')\n#3 {main}\n thrown in /home/figura-ms/www.figura-ms.si/Prestashop/prestashop/tools/swift/Swift.phpon line 345, referer: Can you help me with this?thanksMartin Link to comment Share on other sites More sharing options...
Mypresta.cn Posted September 15, 2009 Share Posted September 15, 2009 The default sender is noreply@. Seems Swift does not support noreply@ as sender. I'm wondering if I can change default sender. 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