CiviCRM Community Forums (archive)

*

News:

Have a question about CiviCRM?
Get it answered quickly at the new
CiviCRM Stack Exchange Q+A site

This forum was archived on 25 November 2017. Learn more.
How to get involved.
What to do if you think you've found a bug.



  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using CiviContribute (Moderator: Donald Lobo) »
  • Tell a friend sendmail error 64
Pages: [1]

Author Topic: Tell a friend sendmail error 64  (Read 3801 times)

theDigger

  • Guest
Tell a friend sendmail error 64
March 05, 2009, 03:25:23 pm
Hi I'm getting this error when I try to use the tell a friend functionality
Code: [Select]

status

    A error occurred when CiviCRM attempted to send an email (via Sendmail). If you received this error after submitted on online contribution or event registration - the transaction was completed, but we were unable to send the email receipt.

    This is probably related to a problem in your Outbound Email Settings (Administer CiviCRM » Global Settings » Outbound Email). Possible causes are:

        * Your Sendmail path is incorrect.
        * Your Sendmail argument is incorrect.

    The mail library returned the following error message: sendmail returned error code 64


I can send emails from the backend without problem and the mail gets delivered despite the error message.
What can be wrong?

/Nils

Donald Lobo

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 15963
  • Karma: 470
    • CiviCRM site
  • CiviCRM version: 4.2+
  • CMS version: Drupal 7, Joomla 2.5+
  • MySQL version: 5.5.x
  • PHP version: 5.4.x
Re: Tell a friend sendmail error 64
March 05, 2009, 04:36:11 pm

this is a bit wierd. a google search on that error message basically says bad arguments passed

can u check your mail log and see if it gives you any more information.

finally u can add debug statements here: CRM/Utils/Mail.php, function send( )

and see if u can get any more details as to why its failing in the frontend etc

please report bck your findings

lobo
A new CiviCRM Q&A resource needs YOUR help to get started. Visit our StackExchange proposed site, sign up and vote on 5 questions

theDigger

  • Guest
Re: Tell a friend sendmail error 64
March 06, 2009, 09:44:25 am
The sendmail log looks like this (mail adresses changed):
Code: [Select]
Mar  6 12:31:29 protecttheforest sendmail[7635]: n26HVTTC007635: setsender: @localhost: invalid or unparsable, received from apache@localhost
Mar  6 12:31:29 protecttheforest sendmail[7635]: n26HVTTC007635: from=apache, size=665, class=0, nrcpts=1, msgid=<200903061731.n26HVTTC007635@protecttheforest.se>, relay=apache@localhost
Mar  6 12:31:29 protecttheforest sendmail[7636]: n26HVTOd007636: from=<apache@protecttheforest.se>, size=870, class=0, nrcpts=1, msgid=<200903061731.n26HVTTC007635@protecttheforest.se>, proto=ESMTP, relay=localhost.localdomain [127.0.0.1]
Mar  6 12:31:29 protecttheforest sendmail[7636]: n26HVTOd007636: Milter insert (0): header: Received-SPF: pass (protecttheforest.se: domain of apache@protecttheforest.se designates 127.0.0.1 as permitted sender) receiver=protecttheforest.se; client-ip=127.0.0.1; helo=protecttheforest.se; envelope-from=apache@protecttheforest.se; x-software=spfmilter 0.97 http://www.acme.com/software/spfmilter/ with libspf2-1.0.0;
Mar  6 12:31:29 protecttheforest sendmail[7635]: n26HVTTC007635: to=edited@gmail.com, ctladdr=apache (48/48), delay=00:00:00, xdelay=00:00:00, mailer=relay, pri=30665, relay=[127.0.0.1] [127.0.0.1], dsn=2.0.0, stat=Sent (n26HVTOd007636 Message accepted for delivery)
Mar  6 12:31:31 protecttheforest sendmail[7639]: n26HVTOd007636: to=<edited@gmail.com>, ctladdr=<apache@protecttheforest.se> (501/502), delay=00:00:02, xdelay=00:00:02, mailer=esmtp, pri=120870, relay=gmail-smtp-in.l.google.com. [209.85.217.30], dsn=2.0.0, stat=Sent (OK 1236360691 6si3385787gxk.107)
If I add more than 1 adress only the last gets delivered.

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using CiviContribute (Moderator: Donald Lobo) »
  • Tell a friend sendmail error 64

This forum was archived on 2017-11-26.