I've got an Ubuntu server set up with PHP 5.2, apache and sendmail. I've got some Drupal sites that should be sending emails but are not. I don't see any errors in the apache logs and there appears to be nothing in /var/log/mail.log. What do I need to do to debug this?
PHP not sending emails, no errors in logs
1.5k Views Asked by Sean Robertson At
1
There are 1 best solutions below
Related Questions in PHP
- How to add the dynamic new rows from my registration form in my database?
- Issue in payment form gateway
- How to create a facet for WP gridbuilder that displays both parent and child custom fields?
- Function in anonymous Laravel Blade component
- How to change woocomerce or full wordpress currency with value from USD to AUD
- General questions about creating a custom theme Moodle CMS
- How to add logging to an abstract class in php
- error 500 on IIS FastCGI but no clue despite multiple error loggings activated
- Composer installation fails and reverts ./composer.json and ./composer.lock to original content
- How to isolate PHP apps from each other on a local machine(Windows or Linux)?
- Laravel: Using belongsToMany relationship with MongoDB
- window.location.href redirects but is causing problems on the webpage
- Key provided is shorter than 256 bits, only 64 bits provided
- Laravel's whereBetween method not working with two timestamps
- Implementing UUID as primary key in Laravel intermediate table
Related Questions in SENDMAIL
- Connection timed out error with smtp.gmail.com
- I'm having trouble sending emails on Django using SMTP. Even after trying various tutorials and checking the documentation, nothing seems to work
- Golang email not proper format on the body with template
- SELinux is preventing /usr/sbin/sendmail.postfix from read access on the file
- i can not send Email in Xamarin form
- Error Msg 22050, Level 16, State 1, Line 0 Failed to initialize sqlcmd library with error number -2147467259
- smtplib.SMTPServerDisconnected: Connection unexpectedly closed and i can't fix it
- Django project is not sending confirmation email
- laravel queue works in postman but not in browser
- Retrieve messageId when sending mails with graph api
- SMTPResponseException smtplib.SMTPResponseException: (334, b'UGFzc3dvcmQ6')
- I need to receive email if any cell in column H =1 with subject include the data from A,B and h. From the same raw
- Send email from Google Sheet when cell is is =1 by using apps script
- Sendmail issues sending to a relay server
- string variable not being recognized in replyTo argument for sendmail
Related Questions in UBUNTU-9.04
- Can not install pip on my Ubuntu 9.04 via apt-get
- Overlapped data when amend values of variables in shell script ubuntu 9.04 for ARM
- Where can I find list of web browsers for ubuntu that maintain web sockets (different from Chrome)?
- Is PTHREAD_STACK_MIN defined differently in Ubuntu 10.04 then on Ubuntu 9.04?
- Boost Installation
- how to uninstall php 5.3 under ubuntu 9.04
- Doctrine CLI :generate-models-db give me this error Couldn't locate driver named mysql
- C Array change causing variable modification
- Tomcat 6 doesn't start my app on Ubuntu Karmic, which works flawlessly on Lucid
- ubuntu /usr/bin/env: python: No such file or directory
- Spawn a process with php doesn't work
- Does datatable work with Ubuntu?
- Linux blocking udp socket won't receive
- Installing Python 3.1.2 from source, how do you resolve the sqlite3-dev dependency?
- Cannot connect to MySQL with JDBC - Connection Timeout - Ubuntu 9.04
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular # Hahtags
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
By default the config section related to sendmail is commented out in the php.ini file.
Look for:
In your php.ini file. Note that there could be more than one php.ini file, for example for the CLI php, and one for the Apache module.