Title: Need code location for email send
Last modified: June 13, 2017

---

# Need code location for email send

 *  Resolved [dcassara](https://wordpress.org/support/users/dcassara/)
 * (@dcassara)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/need-code-location-for-email-send/)
 * Where would I go in and change the code to get this to work with Godaddy email
   and Gmail?
    So if I could just find where to put this code, I’d be set! Thanks.
   $mail = new PHPMailer(); $mail->IsSMTP(); $mail->isHTML(true); $mail->Host = “
   smtpout.secureserver.net”; $mail->SMTPAuth = true; $mail->Port = 25; $mail->Username
   = “email@godaddy.com”; $mail->Password = *******; $mail->Subject = “Test Email”;
   $mail->SMTPDebug = 1;

Viewing 1 replies (of 1 total)

 *  Plugin Author [Takayuki Miyoshi](https://wordpress.org/support/users/takayukister/)
 * (@takayukister)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/need-code-location-for-email-send/#post-9225799)
 * Duplicated [https://wordpress.org/support/topic/where-to-change-email-code/](https://wordpress.org/support/topic/where-to-change-email-code/)

Viewing 1 replies (of 1 total)

The topic ‘Need code location for email send’ is closed to new replies.

 * ![](https://ps.w.org/contact-form-7/assets/icon.svg?rev=2339255)
 * [Contact Form 7](https://wordpress.org/plugins/contact-form-7/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/contact-form-7/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/contact-form-7/)
 * [Active Topics](https://wordpress.org/support/plugin/contact-form-7/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/contact-form-7/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/contact-form-7/reviews/)

## Tags

 * [email not sending](https://wordpress.org/support/topic-tag/email-not-sending/)

 * 1 reply
 * 2 participants
 * Last reply from: [Takayuki Miyoshi](https://wordpress.org/support/users/takayukister/)
 * Last activity: [9 years, 2 months ago](https://wordpress.org/support/topic/need-code-location-for-email-send/#post-9225799)
 * Status: resolved