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) »
  • Developer Discussion (Moderator: Donald Lobo) »
  • Auto Respond message
Pages: [1]

Author Topic: Auto Respond message  (Read 2939 times)

chrisdaems

  • Guest
Auto Respond message
August 26, 2007, 01:38:48 pm
Hi,

I would like to create a way to send an automatic reply to an user who submits an application form.

  • A registered user can create an organization record by using a customized application form (I didn't use profiles because it's based on individual and organization data).
  • The organization is added to a group in pending state and stays there until the company reviews and accepts the application.

Is it possible to send an auto-reply message after all validation checks are done and after a successful commit?

It tried to use civimail but it's based on groups and I only wants to send it to the user who submits the application form

thanks
Chris

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: Auto Respond message
August 26, 2007, 02:15:08 pm

There is no built in support for this.

However you can do the below using a CiviCRM hook and firing the email under appropriate conditions. more on civicrm hooks here:

http://wiki.civicrm.org/confluence/display/CRMDOC/CiviCRM+hook+specification

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) »
  • Developer Discussion (Moderator: Donald Lobo) »
  • Auto Respond message

This forum was archived on 2017-11-26.