I've registered on Mandrill, grabbed my API key, applied the appropriate settings within the Drupal module. When I put it in test mode, it tells me that it is able to succesfully send the email. When I turned the module on, and then try to send a test email, I get this error "Unable to send e-mail. Contact the site administrator if the problem persists." Not very helpful. Is this telling me that once the module is set to 'On', it can no longer send test emails? Or is it saying that there is a problem sending out the email?

If it is the latter, how can I resolve this? Not even sure where to start. Everything seemed very straightforward setting it up. I'm still waiting for my SPF/TXT records to populate within my domain name zones. Is that what is causing the hold up?

Thanks,
-Chris

Comments

clkeenan’s picture

Status: Active » Closed (duplicate)

Applied the cURL patch and it now works.

fenstrat’s picture

@CLKeenan assuming you're talking about the patch in #1594244-12: Avoid curl errors by using drupal_http_request() instead?

clkeenan’s picture

Correct. Sorry for not posting the actual link to patch.

fenstrat’s picture

@CLKeenan no worries, it's just a good idea to report your findings in the actual issue. I've done so in #1594244-24: Avoid curl errors by using drupal_http_request() instead