Skip to content

Wordpress plugin to send email to some target throw email client.

Notifications You must be signed in to change notification settings

fobrice/actionemail

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Action Email

Wordpress plugin to send email to some target throw email client.

Configuration

  • email providers or client (thunderbird, gmail, yahoo) can be configured in the admin preferences settings of this plugin.

Usage

  • Create a wordpress article or page with the content:
[form_actionemail_data name="CONTEXTNAME" bcc="SEND_A_COPY_TO"]
DISPLAY_NAME,CONTACT_EMAIL,CONTACT_NAME
[/form_actionemail_data]

[form_actionemail]
MESSAGE TEMPLATE TO SEND TO TARGET
[/form_actionemail]
  • options:
    • name: uniq name used to identify the email action
    • bcc: email address to send a copy
    • subject: subject of the email
    • select_target (0/1) [optionnal]: to display a select input to chose the target

example

[form_actionemail_data name="CONTEXTNAME" bcc="SEND_A_COPY_TO"]
DISPLAY_NAME,CONTACT_EMAIL,CONTACT_NAME
[/form_actionemail_data]
New York,[email protected],Mr Mansion
[/form_actionemail_data]

[form_actionemail]
@NOMCONTACT@,
   Nous souhaiterions attirer votre attention sur
--
@TONNOM@
[/form_actionemail]
  • template accept those values:
  • @NOMCONTACT@ will be replaced by CONTACT_NAME
  • @TONNOM: replaced by text in the name input box

About

Wordpress plugin to send email to some target throw email client.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published