Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6060963
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T08:53:04+00:00 2026-05-23T08:53:04+00:00

I have a LAMP setup. I’m trying to intercept the mail() command and call

  • 0

I have a LAMP setup. I’m trying to intercept the mail() command and call my own Java code instead of calling sendmail etc. I’ve altered the php.ini

sendmail_path = /home/jlarkins/Desktop/CustomMail

which is my Java class file. Problem is, whenever I try to test this via a PHP test emailer, nothing happens. Can someone help me out, point me to the proper log file for Java errors or correct the syntax I’m using? I don’t care that it won’t send the email, I don’t want the email going out anyways. I just want to trap it and analyze via my own Java code.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T08:53:06+00:00Added an answer on May 23, 2026 at 8:53 am

    First, check your PHP/Apache error log file to see if anything can be found there.

    Is “CustomMail” a .class file? If yes, it is not an executable file, thus PHP cannot run it. You’ll have to point your sendmail_path variable on an executable file which will load your Java program and forward its arguments.

    Something like this should work:

    #!/bin/sh
    [ -r CustomMail.class ] && java CustomMail $@
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

My setup: Ubuntu LAMP, application built w/ zend framework My Problem: I have a
I have a php mail script sitting on a LAMP vps server. The script
I have setup a new EC2 instance on AWS and I'm trying to get
In my previous web development experience I have used LAMP setups. I am trying
Its a pretty quick question - I have setup a pretty simple LAMP based
I have a LAMP setup and I just want to be able to protect
I have a Cent OS setup running a pretty standard LAMP stack and I
I have a LAMP setup, with the mysql database essentially being a catalog of
I have a symfony website running on the standard LAMP setup. I need to
We have a number of servers running various different LAMP setups. One thing that

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.