You are here

function pet_has_mimemail in Previewable email templates 7

Same name and namespace in other branches
  1. 8.4 pet.module \pet_has_mimemail()
  2. 8 pet.module \pet_has_mimemail()

Check presence of mimemail.

2 calls to pet_has_mimemail()
pet_form in includes/pet.admin.inc
Generate the PET editing form.
pet_user_form in includes/pet.admin.inc
Multi-step form for previewing and sending a PET.

File

./pet.module, line 509
Previewable Email Template module.

Code

function pet_has_mimemail() {
  return module_exists('mimemail');
}