CiviCRM Community Forums (archive)

*

News:

Have a question about CiviCRM?
Get it answered quickly at the new
CiviCRM Stack Exchange Q+A site

This forum was archived on 25 November 2017. Learn more.
How to get involved.
What to do if you think you've found a bug.



  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using CiviMail (Moderator: Piotr Szotkowski) »
  • CiviMail Sending Debugging
Pages: [1]

Author Topic: CiviMail Sending Debugging  (Read 2968 times)

koensayr

  • I’m new here
  • *
  • Posts: 18
  • Karma: 0
CiviMail Sending Debugging
March 23, 2010, 02:58:16 pm
Hello All,

I've recently setup Civi, and I believe I have correctly setup my SMTP outbound settings. I am able to successfully send a test email in the CiviCRM > Administer CiviCRM > Global Settings > Outbound Mail screen. Though when I goto send a bulk message, and arrive on the "Test" screen, I get an error:


Here is my outbound e-mail:
Quote
Greetings {contact.first_name} {contact.last_name}

This is our first Post:Ballet Mailing List!

-The Post Ballet Team

To unsubscribe from this newsletter, click this link:  {action.unsubscribeUrl} or e-mail {action.optOut}
This email is sent from:  {domain.address}  

Here is the error that Civi generates. Where can I go to look for more information about what is going on? The error message indicates I should check my settings, but the settings are correct! Any thoughts would be appreciated!

Code: [Select]
Error Details:

Array
(
    [callback] => Array
        (
            [0] => CRM_Core_Error
            [1] => handle
        )

    [code] =>
    [message] => Invalid response code received from SMTP (outbound mail) server while attempting to send email.  This is often caused by a misconfiguration in the CiviCRM Outbound Email settings. Please verify the settings at Administer CiviCRM >> Global Settings >> Outbound Email (SMTP).
    [mode] => 16
    [debug_info] =>
    [type] => PEAR_Error
    [user_info] =>
    [to_string] => [pear_error: message="Invalid response code received from SMTP (outbound mail) server while attempting to send email.  This is often caused by a misconfiguration in the CiviCRM Outbound Email settings. Please verify the settings at Administer CiviCRM >> Global Settings >> Outbound Email (SMTP)." code=0 mode=callback callback=CRM_Core_Error::handle prefix="" info=""]
)

Thanks for all of you help![/code]

Dave Greenberg

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 5760
  • Karma: 226
    • My CiviCRM Blog
Re: CiviMail Sending Debugging
March 23, 2010, 03:40:58 pm
Is the FROM address for your mailing a valid mail account with your mail server?
Protect your investment in CiviCRM by  becoming a Member!

koensayr

  • I’m new here
  • *
  • Posts: 18
  • Karma: 0
Re: CiviMail Sending Debugging
March 23, 2010, 04:47:56 pm
Good question. The SMTP settings were setup to use the account we login cPanel with. Inside of cPanel I created a new mail account, and adjusted the SMTP setting inside of CiviCRM to match. Currently, the from mail account, matches the current SMTP settings, but I'm still receiving the same error. Any other ideas?

koensayr

  • I’m new here
  • *
  • Posts: 18
  • Karma: 0
Re: CiviMail Sending Debugging
March 24, 2010, 10:57:12 am
Any other ideas folks?

EdP

  • I post frequently
  • ***
  • Posts: 260
  • Karma: 7
  • CiviCRM version: 4.4
  • CMS version: Joomla 2.5.x
Re: CiviMail Sending Debugging
March 24, 2010, 02:41:05 pm
Hi, FWIW, you're not the only person with this problem:
http://forum.civicrm.org/index.php/topic,12900.0/topicseen.html
E

koensayr

  • I’m new here
  • *
  • Posts: 18
  • Karma: 0
Re: CiviMail Sending Debugging
March 24, 2010, 04:05:49 pm
Interesting thank you! Perhaps I'll bring my question of there.

EdP

  • I post frequently
  • ***
  • Posts: 260
  • Karma: 7
  • CiviCRM version: 4.4
  • CMS version: Joomla 2.5.x
Re: CiviMail Sending Debugging
March 25, 2010, 09:20:49 am
Check the other thread. It now works for me, albeit with a not-very-convincing solution.

Piotr Szotkowski

  • Moderator
  • I live on this forum
  • *****
  • Posts: 1497
  • Karma: 57
Re: CiviMail Sending Debugging
April 01, 2010, 02:23:57 am
For people who end up finding this thread first: the usual suspect is the SMTP envelope’s FROM address which is not accepted by the SMTP server; do check your mailserver’s logs, and, in parallel, make sure it accepts either the From: email or the bounce VERP (whichever you end up choosing to use for that mailing’s SMTP envelope’s FROM).
If you found the above helpful, please consider helping us in return – you can even steer CiviCRM’s future and help us extend CiviCRM in ways useful to you.

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using CiviMail (Moderator: Piotr Szotkowski) »
  • CiviMail Sending Debugging

This forum was archived on 2017-11-26.