Title: webbitat's Replies | WordPress.org

---

# webbitat

  [  ](https://wordpress.org/support/users/webbitat/)

 *   [Profile](https://wordpress.org/support/users/webbitat/)
 *   [Topics Started](https://wordpress.org/support/users/webbitat/topics/)
 *   [Replies Created](https://wordpress.org/support/users/webbitat/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/webbitat/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/webbitat/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/webbitat/engagements/)
 *   [Favorites](https://wordpress.org/support/users/webbitat/favorites/)

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: Sendit] Needs PHP5, sign-up form, documentation](https://wordpress.org/support/topic/plugin-sendit-needs-php5-sign-up-form-documentation/)
 *  [webbitat](https://wordpress.org/support/users/webbitat/)
 * (@webbitat)
 * [16 years, 2 months ago](https://wordpress.org/support/topic/plugin-sendit-needs-php5-sign-up-form-documentation/#post-1278059)
 * Hi all,
 * could anyone explain how i can modify the script(s) so after someone register
   to receive my newsletter, i receive an email. I tried to chance the code of submit.
   php
 * //notifica a admin
    $mail->ClearAddresses(); $mail->AddAddress($templaterow->
   email_lista); $mail->AddAddress(‘adminsblog@gmail.com’); $mail->Subject = $admin_mail_message;
   $mail->AltBody = __(‘New subscriber for your newsletter: ‘, ’sendit’).get_bloginfo(‘
   blog_name’); // optional, comment out and test $mail->MsgHTML($_POST[’email_add’].
   __(‘ subscribe to your mailing list: ‘).get_bloginfo(‘url’)); $mail->Send(); 
   endif;
 * as i am not a php programmer i haven’t got a clue how to modify the script(s)?
 * thanks in advance
    WEBBiTAT

Viewing 1 replies (of 1 total)