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) »
  • Failed to add recipient: - SMTP error 550
Pages: 1 [2]

Author Topic: Failed to add recipient: - SMTP error 550  (Read 24722 times)

Piotr Szotkowski

  • Moderator
  • I live on this forum
  • *****
  • Posts: 1497
  • Karma: 57
Re: Failed to add recipient: - SMTP error 550
July 01, 2007, 09:02:13 pm
The domain of the MAIL FROM command gets set to Email Domain field of Administer CiviCRM → Edit Domain Information (CiviCRM 1.7 and previous) / Administer CiviCRM → CiviMail → Domain Information (CiviCRM 1.8).
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.

bubbasheeko

  • Guest
Re: Failed to add recipient: - SMTP error 550
July 01, 2007, 10:08:53 pm
So what is the suggestion here.  I am not sure what you want me to look at probably because it is late.

Thanks,

Kevin

Piotr Szotkowski

  • Moderator
  • I live on this forum
  • *****
  • Posts: 1497
  • Karma: 57
Re: Failed to add recipient: - SMTP error 550
July 01, 2007, 10:23:35 pm
If in your case the MAIL FROM and RCPT TO don’t get set, first make sure you put the proper info in the right field of the Send Mailing wizard and the configuration (which you most probably do).

Then try to debug where CiviCRM loses this information, starting from CRM_Mailing_Form_Test::testMail() (in the file of CRM/Mailing/Form/Test.php).
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.

bubbasheeko

  • Guest
Re: Failed to add recipient: - SMTP error 550
July 02, 2007, 11:46:45 am
Hey Piotr,

I have to ask the simplest way of doing this.  I am competent in programming, I am still learning PHP and not to mention, I am still trying to figure out the inward workings of civicrm.

I have tried to have it throw up the variable results, but it will not show them.  I have used echo and print on the variables.  What would be the easiest way of showing the results on screen?

Thanks,

Kevin

Donald Lobo

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 15963
  • Karma: 470
    • CiviCRM site
  • CiviCRM version: 4.2+
  • CMS version: Drupal 7, Joomla 2.5+
  • MySQL version: 5.5.x
  • PHP version: 5.4.x
Re: Failed to add recipient: - SMTP error 550
July 02, 2007, 12:22:39 pm

to print a variable called foo, we use:

CRM_Core_Error::debug( 'foo', $foo );
exit( );

add the exit( ); statement if you dont see the debug output (which depends on if its  POST or a GET and how u've setup your web server etc

lobo
A new CiviCRM Q&A resource needs YOUR help to get started. Visit our StackExchange proposed site, sign up and vote on 5 questions

bubbasheeko

  • Guest
Re: Failed to add recipient: - SMTP error 550
July 19, 2007, 06:47:11 pm
I gave up on trying to track down the issue and moved toward testing 1.8.  What ever you have changed in 1.8, it fixed the issue. 

New issue to report - See thread "1.8 Alpha 10427 - Civimail - Click Next clears email upload box"
« Last Edit: July 19, 2007, 07:48:27 pm by bubbasheeko »

linkx

  • I post occasionally
  • **
  • Posts: 86
  • Karma: 7
Re: Failed to add recipient: - SMTP error 550
October 04, 2007, 11:40:57 am
Did you ever resolve this? I'm having the same issue.

Pages: 1 [2]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using CiviMail (Moderator: Piotr Szotkowski) »
  • Failed to add recipient: - SMTP error 550

This forum was archived on 2017-11-26.