[bd] Mails test thread

Discussion in 'Chatting' started by xfrocks, Sep 7, 2013.

Tags:
  1. xfrocks

    xfrocks XenForo rocks!
    Staff Member

    This is the test thread for [bd] Mails add-on.

    This site has been configured to send mail via Mandrill, sending domain is mandrill.xfrocks.com.
     
  2. Richard.r

    Richard.r New Member

    Got it
     
    1. xfrocks

      xfrocks XenForo rocks!
      Staff Member

  3. Shyuan

    Shyuan New Member

    Got it too. :)
     
    1. xfrocks

      xfrocks XenForo rocks!
      Staff Member

      xfrocks @Shyuan Thanks for letting me know. It looks like thread watch emails are going fast too :D You guys should try that add-on!
       
  4. Shyuan

    Shyuan New Member

    @xfrocks will definitely try it! :D Your addons are always useful and awesome ;)
     
    sonnb and xfrocks like this.
  5. caoanh204

    caoanh204 New Member

    Ok!
     
    xfrocks likes this.
  6. Fatih

    Fatih New Member

    Got it too.
     
    xfrocks likes this.
  7. Wooldog

    Wooldog Member

    Love this but might be an issue when someone disassociates their facebook account

    Code:
    #0 /home/forums/public_html/forums/library/bdMails/Transport/Abstract.php(61): bdMails_Transport_Abstract->_bdMails_log(Array, '[{"email":"besn...', false, Array)
    #1 /home/forums/public_html/forums/library/Zend/Mail/Transport/Abstract.php(348): bdMails_Transport_Abstract->_sendMail()
    #2 /home/forums/public_html/forums/library/Zend/Mail.php(1194): Zend_Mail_Transport_Abstract->send(Object(Zend_Mail))
    #3 /home/forums/public_html/forums/library/XenForo/Mail.php(177): Zend_Mail->send()
    #4 /home/forums/public_html/forums/library/XenForo/Mail.php(152): XenForo_Mail->sendMail(Object(Zend_Mail))
    #5 /home/forums/public_html/forums/library/XenForo/Model/UserConfirmation.php(254): XenForo_Mail->send('email@ymail...', 'ahmadfb')
    #6 /home/forums/public_html/forums/library/XenForo/ControllerPublic/Account.php(1516): XenForo_Model_UserConfirmation->resetPassword(68564)
    #7 /home/forums/public_html/forums/library/XenForo/FrontController.php(337): XenForo_ControllerPublic_Account->actionFacebook()
    #8 /home/forums/public_html/forums/library/XenForo/FrontController.php(134): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
    #9 /home/forums/public_html/forums/index.php(13): XenForo_FrontController->run()
    #10 {main}
    Request State
    array(3) {
      ["url"] => string(41) "http://site.com/forums/account/facebook"
      ["_GET"] => array(0) {
      }
      ["_POST"] => array(4) {
        ["disassociate"] => string(1) "1"
        ["disassociate_confirm"] => string(22) "Confirm Disassociation"
        ["_xfToken"] => string(8) "********"
        ["_xfConfirm"] => string(1) "1"
      }
    Code:
    array (
      0 => 
      array (
        'to' => 
        array (
          0 => 
          array (
            'email' => 'email@ymail.com',
          ),
        ),
        'headers' => 
        array (
        ),
        'from_email' => 'email@site.com',
        'from_name' => 'site Forums | Administrator',
        'subject' => 'site Forums Password Reset',
        'text' => 'ahmadfb,
    
    Your password at site Forums has been reset. You may log in using the password listed below.
    
    User Name: name
    New Password: cc43ff99
    
    You may log in here:
    http://site.com/forums
    
    Thanks,
    site Forums',
        'html' => '<html lang="en-US" dir="LTR">
    <head>
        <meta charset="UTF-8" />
        <base href="http://site.com/forums/" />
        <title>site Forums Password Reset</title>
    </head>
    <body dir="LTR" text="#141414" bgcolor="#F0F0F0" link="#176093" alink="#176093" vlink="#176093" style="padding: 10px">
    
        <table cellpadding="0" cellspacing="0" border="0" style="
            background-color: #F0F7FC;
            border: 1px solid #A5CAE4;
            border-radius: 5px">
        <tr>
            <td style="
                background-color: #D7EDFC;
                padding: 5px 10px;
                border-bottom: 1px solid #A5CAE4;
                border-top-left-radius: 4px;
                border-top-right-radius: 4px;
                font-family: \'Trebuchet MS\', Helvetica, Arial, sans-serif;
                font-size: 11px;
                line-height: 1.231;">
                <a href="http://site.com/forums/" style="color: #176093; text-decoration:none">site Forums</a>
            </td>
        </tr>
        <tr>
            <td style="
                background-color: #FCFCFF;
                padding: 1em;
                color: #141414;
                font-family: \'Trebuchet MS\', Helvetica, Arial, sans-serif;
                font-size: 13px;
                line-height: 1.231;">
                <p style="margin-top: 0">ahmadfb, your password at <a href="http://site.com/forums/" style="color: #176093; text-decoration: none">site Forums</a> has been reset. You may log in using the password listed below.</p>
    
    <p>User Name: <b>ahmadfb</b>,<br />
    Password:</p>
    
    <h2 style="font-size: 18pt; font-weight: normal; margin: 10px 0">cc43ff99</h2>
    
    <p><a href="http://site.com/forums/" style="color: #176093">Log in</a></p>
    
    <p>Thanks.<br />
    site Forums</p>
            </td>
        </tr>
        <tr>
            <td style="
                background-color: #F0F7FC;
                padding: 5px 10px;
                border-top: 1px solid #D7EDFC;
                border-bottom-left-radius: 4px;
                border-bottom-right-radius: 4px;
                text-align: right;
                font-family: \'Trebuchet MS\', Helvetica, Arial, sans-serif;
                font-size: 11px;
                line-height: 1.231;">
                <a href="http://site.com/forums/" style="color: #176093; text-decoration: none">http://site.com/forums/</a>
            </td>
        </tr>
        </table>   
    
    </body>
    </html>',
      ),
      1 => '[{"email":"email@ymail.com","status":"rejected","_id":"6b37b402ff904aff97be3fda99fc08fd","reject_reason":"hard-bounce"}]',
      2 => false,
      3 => 
      array (
        'microtime' => 0.31642198562622,
      ),
    )
     
    1. xfrocks

      xfrocks XenForo rocks!
      Staff Member

      xfrocks @Wooldog You get a server error log entry because of this? The second quote in your post is from this add-on own logging file, and it says the email cannot be sent (hard-bounced).
       
Loading...