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 CiviMail (Moderator: Piotr Szotkowski) »
  • Where in CiviCRM code is mail actually sent?
Pages: [1]

Author Topic: Where in CiviCRM code is mail actually sent?  (Read 508 times)

bpmccain

  • I post frequently
  • ***
  • Posts: 255
  • Karma: 5
  • CiviCRM version: 4.1
  • CMS version: Drupal 7.12
  • MySQL version: 5.2
  • PHP version: 5.2
Where in CiviCRM code is mail actually sent?
December 03, 2012, 05:09:14 pm
I'm trying to improve my CiviCRM and Amazon SES integration (it works right now, but with a bit of a messy hack that makes forwarded replies look strange).

In CRM_Mailing_Event_BAO_Reply, where does $mailer->send($mailing->replyto_email, $h, $b); go?

Basically, I am trying to troubleshoot and I want to know where/what in CiviCRM actually executes the SMTP mail.

Brian

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: Where in CiviCRM code is mail actually sent?
December 03, 2012, 08:01:23 pm

check:

CRM/Utils/Mail.php

ultimately, it all goes via the "send" function in packages/Mail/*.php

(unless its being logged to disk)

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

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using CiviMail (Moderator: Piotr Szotkowski) »
  • Where in CiviCRM code is mail actually sent?

This forum was archived on 2017-11-26.