[wp-meta] [Making WordPress.org] #3914: Automatically send confirmation email for WordCamp talk submissions to applicants

Making WordPress.org noreply at wordpress.org
Thu May 28 17:44:04 UTC 2020


#3914: Automatically send confirmation email for WordCamp talk submissions to
applicants
-------------------------------------+---------------------
 Reporter:  wiredpinecone            |       Owner:  (none)
     Type:  task                     |      Status:  new
 Priority:  normal                   |   Milestone:
Component:  WordCamp Site & Plugins  |  Resolution:
 Keywords:                           |
-------------------------------------+---------------------

Comment (by kraftbj):

 There is a `grunion_after_message_sent` action that passes the following
 params:
 $post_id, $to, $subject, $message, $headers, $all_values, $extra_values

 See https://developer.jetpack.com/hooks/grunion_after_message_sent/

 That action can be used to add a hooked function that sends an e-mail. The
 e-mail value in the `$all_values` array depends a bit on when it was
 added, but would be `2_Email` on a typical default form field.

 If this is insufficient, Jetpack can likely add passing a
 `$comment_author_email` that is set to the value of the last e-mail
 address field that is processed.

-- 
Ticket URL: <https://meta.trac.wordpress.org/ticket/3914#comment:3>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org


More information about the wp-meta mailing list