Title: Where to change email code?
Last modified: June 13, 2017

---

# Where to change email code?

 *  [dcassara](https://wordpress.org/support/users/dcassara/)
 * (@dcassara)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/where-to-change-email-code/)
 * Where would I go in and change the code to get this to work with Godaddy email
   and Gmail?
    I have code that works but need to use Contact Form 7 for the CRM
   plug-in I’m using, or believe me, I wouldn’t have wasted this entire day doing
   research and trying everything I could find to get the email send to work. 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;

The topic ‘Where to change email code?’ 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/)

 * 0 replies
 * 1 participant
 * Last reply from: [dcassara](https://wordpress.org/support/users/dcassara/)
 * Last activity: [9 years, 2 months ago](https://wordpress.org/support/topic/where-to-change-email-code/)
 * Status: not resolved