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 in CiviCRM 3.1 is like CiviMAIL in CiviCRM 3.0.3?
Pages: [1]

Author Topic: CiviMail in CiviCRM 3.1 is like CiviMAIL in CiviCRM 3.0.3?  (Read 2039 times)

jscm

  • Guest
CiviMail in CiviCRM 3.1 is like CiviMAIL in CiviCRM 3.0.3?
January 29, 2010, 12:44:22 pm
Hi,
CiviMail in CiviCRM 3.1 functions like CiviMail in CiviCRM 3.0.4 or like CiviMail in CiviCRM 3.0.3?

CiviMail in CiviCRM 3.0.4 don't work properly.

Thanks for your support.

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: CiviMail in CiviCRM 3.1 is like CiviMAIL in CiviCRM 3.0.3?
January 29, 2010, 01:14:00 pm

you might want to help debug and figure out whats happening and why in 3.0.4 / 3.1

there are too many other external dependencies on mail to debug any issues properly. In our testing, we do think it works on both 3.0.4 and 3.1

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

jscm

  • Guest
Re: CiviMail in CiviCRM 3.1 is like CiviMAIL in CiviCRM 3.0.3?
January 29, 2010, 01:23:41 pm
I could help you.. if you say me what I have to debug, where logs are, etc etc etc.

I can create a mailbox and email alias. Then I can give you user and password about this mailbox ...and smtp server... In this way you can make tests and tracks your logs in equal my situation

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: CiviMail in CiviCRM 3.1 is like CiviMAIL in CiviCRM 3.0.3?
January 29, 2010, 01:50:10 pm

your best bet would be to add debug code to CRM/Utils/Mail.php, function send

and see what is happening from there

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

jscm

  • Guest
Re: CiviMail in CiviCRM 3.1 is like CiviMAIL in CiviCRM 3.0.3?
January 29, 2010, 02:59:26 pm
Which debug code I have to insert?

Can you give me support?

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: CiviMail in CiviCRM 3.1 is like CiviMAIL in CiviCRM 3.0.3?
January 29, 2010, 03:28:00 pm

sorry, cant give u php debugging / tutorials on the forum. you can use your normal php debugging techniques and focus on that file. if u r not a php coder, its a bit  difficult

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

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: CiviMail in CiviCRM 3.1 is like CiviMAIL in CiviCRM 3.0.3?
January 29, 2010, 06:21:45 pm

can u check if the solution mentioned here fixes your problem:

http://forum.civicrm.org/index.php/topic,11917.msg51160.html#msg51160

let me us know if so. seems like this was introduced between 3.0.3 and 3.0.4 which coincides with your theory about something being broken around that time

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

jscm

  • Guest
Re: CiviMail in CiviCRM 3.1 is like CiviMAIL in CiviCRM 3.0.3?
January 30, 2010, 04:20:09 pm
Hi,
i haven't installed newly 3.0.4 but I have installed 3.1.1 ... I done a test with valid email (gmail) and an invalid email address. The result was worse than 3.0.4 because system don't send email even at valid email, and immediately it reports bounce type invalid with bounce reason Unknown bounce type: Could not parse bounce email.

I changed Mailing.php as you ask (but in 3.1.1)... but result was the same.

and when I use civimail.cronjob to send mailing the first time I get error message:

Code: [Select]
Sorry. A non-recoverable error has occurred.
not connected

Return to home page.

Error Details:

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

    [code] =>
    [message] => not connected
    [mode] => 16
    [debug_info] =>
    [type] => PEAR_Error
    [user_info] =>
    [to_string] => [pear_error: message="not connected" code=0 mode=callback callback=CRM_Core_Error::handle prefix="" info=""]
)


..the second time.. work properly :|[/code]
« Last Edit: January 30, 2010, 04:33:14 pm by jscm »

Piotr Szotkowski

  • Moderator
  • I live on this forum
  • *****
  • Posts: 1497
  • Karma: 57
Re: CiviMail in CiviCRM 3.1 is like CiviMAIL in CiviCRM 3.0.3?
February 01, 2010, 08:22:02 am
I think I fixed the bug behind the CiviMail in CiviCRM 3.0.4/3.1.1 not sending emails; the relevant issue is CRM-5743.

Can 3.0.4 users overwrite their CRM/Mailing/BAO/Job.php file with the one from http://svn.civicrm.org/civicrm/branches/v3.0/CRM/Mailing/BAO/Job.php and verify?

Can 3.1.1 users overwrite their CRM/Mailing/BAO/Job.php file with the one from http://svn.civicrm.org/civicrm/branches/v3.1/CRM/Mailing/BAO/Job.php and verify?
« Last Edit: February 01, 2010, 09:40:09 am by Piotr Szotkowski »
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 in CiviCRM 3.1 is like CiviMAIL in CiviCRM 3.0.3?

This forum was archived on 2017-11-26.