Skip Navigation

[Resolved] CRED email notifications not working

This support ticket is created 7 years, 5 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

No supporters are available to work today on Toolset forum. Feel free to create tickets and we will handle it as soon as we are online. Thank you for your understanding.

Sun Mon Tue Wed Thu Fri Sat
- 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Kolkata (GMT+05:30)

Tagged: 

This topic contains 2 replies, has 2 voices.

Last updated by volodiaB 7 years, 5 months ago.

Assisted by: Minesh.

Author
Posts
#460144

Hi,

I use CRED plugin for a contact form : hidden link.

The problem is that the notification emails are not sent. Web hosting provider informed that mail function is disabled. Can you help setting up the SMTP solution ?

For info, I use a custom code provided by Toolset support to configure the mail header:

add_filter( 'cred_mail_header', 'add_my_header', 10, 3 );
function add_my_header( $headers, $formid, $postid, $notification_counter = 0 ) {
  if ( $formid === 46 ) {
    $email = types_render_field( "email", array( "raw" => "true" ) );
    $nom = types_render_field( "nom" );
    $myheaders = array( 'From: ' . $nom . ' <' . $email . '>' );
    return array_merge( $headers, $myheaders );
  }
}

Regards,
Volodia

#460181

Minesh
Supporter

Languages: English (English )

Timezone: Asia/Kolkata (GMT+05:30)

Hello. Thank you for contacting the Toolset support.

Well - This is not a Toolset issue but you can try to search SMTP plugin on wordpress plugins directory.

I can suggest:
=> https://wordpress.org/plugins/wp-mail-smtp/
=> hidden link

#460214

Hi Minesh,

Thanks for the support.

FYI, WP Mail SMTP is not supported anymore. I got it working with SMTP Mailer: https://wordpress.org/plugins/smtp-mailer/.

Regards,
Volodia

This ticket is now closed. If you're a WPML client and need related help, please open a new support ticket.