-
-
Notifications
You must be signed in to change notification settings - Fork 147
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error page system #1
Comments
Can you check your php error log? Did you try log out and back in? |
This is my log |
This is my log (i use magento 2.0) [2016-01-12 20:01:06] main.CRITICAL: Class MagePal\GmailSmtpApp\Model\Config\Source\Authtype does not exist [] [] |
Can you log into your server and check if that file exist at the given path? See https://github.com/magepal/magento2-gmailsmtpapp/blob/master/Model/Config/Source/Authtype.php |
I'm setup ok! http://easycaptures.com/3243698637 Thank you so much |
Where is the log file to see if the mails sent correctly? We currently don't see any email sent out. We use regular Gmail account, not Google Apps. Do I have to open any incoming port on server? |
@balack is it working now? |
I'm config with my gmail account but it is not work, don't send mail, don't log :( |
ssh into your server and run
What is the result? Also, did you download the latest update? |
I have run php -r "mail('balackhuynh@gmail.com', 'My Subject', 'test');" Result, I get 1 email to balackhuynh@gmail.com |
This is my config: http://pasteboard.co/SMtivwM.png And result: http://pasteboard.co/SMySiSl.png Thank you :) |
@srenon, Thanks for pointing out those support sites. I am currently working with balack to get it working. After changing the security in Gmail account for "less secure app" and "disable the capcha", we can send and receive the test email now. However, we don't see the actual email sent to customer after the order. I also went to Admin -> Sales -> Orders -> Order and use Send Email to resend the order email, and still didn't see the email. No error when I used the Send Email option. Any idea? |
@binhton Sorry please download the new version |
thank you so much |
Are you running the latest version? Is it sending or not send order email?
|
Yes, i'm running latest version (follow #issuecomment-172726330) |
Does the contact form work? Did you clear cache?
|
Yes, im test contact form and run php -f bin/magento cache:flush from cmd ssh, clear cache browser but it isn't work :( |
After setup module and enable, my system config error white page http://pasteboard.co/K9SQyEA.png
The text was updated successfully, but these errors were encountered: