Skip to content
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

Unable to getting Email Notifications from the system. #171

Open
b4allb4u opened this issue Mar 10, 2018 · 3 comments
Open

Unable to getting Email Notifications from the system. #171

b4allb4u opened this issue Mar 10, 2018 · 3 comments

Comments

@b4allb4u
Copy link

Hello Dev Team!
System unable to send email notifications. But we have correctly configured our SMTP settings. At the time of installation, We have also tested our SMTP settings, there are no errors found. After installation, We are unable to getting email notifications from the system.

Please help in this matter.

B4ALLB4U

@madfunny
Copy link

madfunny commented May 15, 2018

Are you able to send mail with PHP itself using a simple test script like below?

<?php ini_set( 'display_errors', 1 ); error_reporting( E_ALL ); $from = "emailtest@yourdomain.com"; $to = "youremail@yourdomain.space"; $subject = "PHP Mail Test script"; $message = "This is a test to check the PHP Mail functionality"; $headers = "From:" . $from; mail($to,$subject,$message, $headers); echo "Test email sent"; ?>

@kibatz
Copy link

kibatz commented Jun 5, 2018

madfunny, it is working for me, but still opensupports does'nt send automaticaly mail

@kropveld
Copy link

Same issue here, the php script above works, the mail is sent by the local smtp-server. I have configured a remote smtp-server where I cannot inspect log-files. Are there any local logfiles, or debug mode to inspect what is going on? I really miss a send-test-mail button in the software.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants