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) »
  • Can send to individuals; group mailings show as completed but are never received
Pages: [1]

Author Topic: Can send to individuals; group mailings show as completed but are never received  (Read 2712 times)

g3prime

  • I’m new here
  • *
  • Posts: 7
  • Karma: 0
Can send to individuals; group mailings show as completed but are never received
October 08, 2009, 04:10:08 am
CiviCRM version 3.0.0 - new install on Drupal 6.13

From the CiviCRM contact search results, clicking the More option and selecting "Send an Email" I can successfully send an email and the email is successfully delivered to the target inbox (Gmail account).

When I create a test group with one member and that member has the same Gmail email address, I then go through the Mailings/New Mailing wizard. Once the test email is configured and waiting in the queue I issue the command to flush the queue (http://...index.php?q=civicrm/mailing/queue&reset=1) and the test message status changes from Scheduled to Completed. However, when I check for email on that Gmail account nothing shows up.

Summary: I am able to successfully send email from one part of the CiviCRM interface, but not through the mailing wizard.

What am I missing? Is there a mail log file that can be referenced to get additional detail on this issue? Please advise.

Kiran Jagtap

  • Ask me questions
  • ****
  • Posts: 533
  • Karma: 51
Re: Can send to individuals; group mailings show as completed but are never received
October 08, 2009, 04:46:16 am
just few checks -

1. Check for "NO BULK EMAILS (User Opt Out)" ? should be false for given contact to receive mailing from CiviMail.

2. When u create new mailing from second step onward u can check target recipients in the right top corner as "Total Recipients: ... "
is it proper ?

3. Also on 4th step of mailing wizard ie "Test", you can send test mailing to group.
Select  your group from "Send to This Group" select box and hit "Send a Test Mailing" button from "Test Mailing" section.
and now check recipients mail box ( in your case Gmail account ), if everything is right test mail should be present in account.

hope this help

kiran
You Are Designed To Choose... Defined By Choice.

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: Can send to individuals; group mailings show as completed but are never received
October 08, 2009, 06:48:47 am

also check:

http://forum.civicrm.org/index.php/topic,9949.msg43031.html#msg43031
http://forum.civicrm.org/index.php/topic,6883.msg32448.html#msg32448

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

g3prime

  • I’m new here
  • *
  • Posts: 7
  • Karma: 0
Re: Can send to individuals; group mailings show as completed but are never received
October 08, 2009, 02:13:26 pm
Kiran and Donald,

Thanks. Kiran, to answer your questions:

1. Communication Preference: NO BULK EMAILS (User Opt Out)  is unchecked

2. Target Recipients at step 2 of the New Mailing wizard reflect the correct number of recipients

3. In step 4 of the wizard when the Send a Test Mailing is attempted the result is similar to flushing the queue in that it states that the test mail was sent successfully but when the destination email inbox is checked, no mail has been received

4. One last thing I forgot to mention: after using the CiviMail wizard when I check the profile of the intended test recipient; the Contact Details/Email/On Hold option has been activated. I uncheck the option, save the profile, then run another test through the CiviMail wizard and again, the On Hold option has been re-enabled. In contrast, when I simply perform a contact search, then use the "Send an Email" option from the search results, it never results in the contact profile's email On Hold parameter being activated. Perhaps I misconfigured something?

I guess a temporary work around would be to simply execute a contact search limited by group, select all, then use the Send an Email option...

The only difference I see between the two methods of sending email is that in the mail wizard, the {domain.address} and {optout...something} tokens are required in the body of the message; something not required when sending off of a contact search result.

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: Can send to individuals; group mailings show as completed but are never received
October 08, 2009, 06:35:10 pm

since the contact is put on hold immediately after sending the mailing, most likely the SMTP server (aka google apps) is rejecting the email sent by CiviMail

If i had to guess, this is because of either the from address or the reply to address. You might want to take a look at those options and figure out what values google likes

if you figure this out, please report back. A few people have encountered this issue

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

g3prime

  • I’m new here
  • *
  • Posts: 7
  • Karma: 0
Re: Can send to individuals; group mailings show as completed but are never received
October 15, 2009, 05:59:24 pm
Donald,

Thanks again. I will continue to test. I notice that when selecting Send Email to Contacts from the contact search results page that the email composition screen does not force one to insert tokens whereas the Schedule/Send a Mass Mailing option does. I would like to test sending a mass mailing without including tokens to see if this temporarily solves the scheduled option issue but I am uncertain how to disable the token requirement-- I realize that it states in the documentation:     

Required Tokens
The following tokens MUST be included in all CiviMail mailings - either in the mailing body, the header or the footer:

    * {action.optOutUrl} OR {action.optOut} - Clickable opt-out link (optOutUrl) is recommended
    * {domain.address} - Display postal address for sending organization.

This brings up another question: is the Send Email to Contacts option bypassing CiviMail?



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: Can send to individuals; group mailings show as completed but are never received
October 15, 2009, 08:41:30 pm

1. for civimail u cannot bypass the tokens required rule without hacking the code

2. send email to contacts is a simple email form that sends email one at a time. It is not very scalable (or very efficient). CiviMail is more of a high volume mailing engine

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

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using CiviMail (Moderator: Piotr Szotkowski) »
  • Can send to individuals; group mailings show as completed but are never received

This forum was archived on 2017-11-26.