• help me my site is not sending out any email via any plugin, wp is able to send test mail, able to send new user information, but i am not able to send out emails using plugin like newsletter ,WP Mail SMTP, event manager.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter sagarsoni0729

    (@sagarsoni0729)

    tried everything , nothing is working… 🙁

    Have you checked with your host to see if there are any mail restrictions?

    Thread Starter sagarsoni0729

    (@sagarsoni0729)

    used Wp Mail Smtp plug, email is sending out,

    The result was:
    
    bool(true)
    The full debugging output is shown below:
    
    object(PHPMailer)#1869 (65) {
      ["Priority"]=>
      int(3)
      ["CharSet"]=>
      string(5) "UTF-8"
      ["ContentType"]=>
      string(10) "text/plain"
      ["Encoding"]=>
      string(4) "8bit"
      ["ErrorInfo"]=>
      string(0) ""
      ["From"]=>
      string(23) "contact@capablecode.com"
      ["FromName"]=>
      string(5) "WPGod"
      ["Sender"]=>
      string(0) ""
      ["ReturnPath"]=>
      string(0) ""
      ["Subject"]=>
      string(49) "WP Mail SMTP: Test mail to sagar.soni10@gmail.com"
      ["Body"]=>

    but when new user register , nothing works, password are not received by the user

    when uses event manager, email related to booking and other tasks are not being received.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Email is not working at all’ is closed to new replies.