sending to more than one email address

esbon - October 6, 2009 - 16:28
Project:Node Invite
Version:6.x-1.0-beta11
Component:User interface
Category:support request
Priority:normal
Assigned:Unassigned
Status:postponed (maintainer needs more info)
Description

Hi, thanks for the great module. I am having a problem though, if multiple email addresses are entered for delivery, I get an error saying that the first email address is not valid. It works fine with one single email address.

Thanks for helping!

#1

hadsie - October 14, 2009 - 14:46

are you using the | separator to specify a name as well? like:

Scott Hadfield|hadsie@gmail

or just the email address by itself? also, you may want to give the 2.x branch a try as I think this might be fixed in that (I haven't been able to reproduce the issue at least).

#2

esbon - November 5, 2009 - 03:42

I am only entering a list of email addresses one below the other. You may want to try our site: http://www.capitalcitychurchdc.org

#3

hadsie - November 18, 2009 - 22:07
Category:bug report» support request
Priority:critical» normal
Status:active» postponed (maintainer needs more info)

Ok, I'm not able to reproduce this issue on either version 1x or 2x. I would have guessed that more people would have reported this if it was a problem with the module. I went to your site but couldn't see anywhere to test the node invite. Maybe can you paste the exact text that you entered in the email address textarea. Also, do you get any errors in your mail logs?

#4

esbon - November 18, 2009 - 22:48

Thanks for looking into this. If I enter one email address only, the email gets delivered fine, but if I entered two or more, a message appears saying that the first email address is not formatted correctly. Here's the full link to a page a node invite enabled page: http://www.capitalcitychurchdc.org/you-will-love-church

Best Regards

#5

hadsie - November 19, 2009 - 06:02

Ok, I'm able to reproduce the issue on your site.

Can you:

  1. Confirm the exact version and timestamp of the module (paste the full contents of the .info file here)
  2. Give me your PHP version
  3. List all modifications you've done on the form (including pasting any code that alters the form).

#6

esbon - November 19, 2009 - 17:18

Thanks for looking into this:

name = "Node Invite"
description = "Provides an invite/acceptance framework like RSVP, but with some added features"
core = 6.x
dependencies[] = token

; Information added by drupal.org packaging script on 2009-01-29
version = "6.x-1.0-beta6"
core = "6.x"
project = "node_invite"
datestamp = "1233258348"

; Information added by drupal.org packaging script on 2009-07-16
version = "6.x-1.0-beta8"
core = "6.x"
project = "node_invite"
datestamp = "1247778398"

PHP Version 5.2.9

At this point there are no modifications to the currently installed module

Best Regards

#7

hadsie - November 19, 2009 - 17:27

ok, so you're only on beta8, not beta11 as specified in the ticket. Please update to the either the beta12 or the 2.x branch and this problem should go away.

Cheers,
Scott

#8

esbon - November 19, 2009 - 17:36

beautiful, it now works, however, I forgot how to remove the token help link

#9

hadsie - November 19, 2009 - 17:57

i think i should add an option to hide that or replace it with something. the only way i know is to set the #access on that form field to FALSE. but that would require a hook_form_alter i think.

#10

esbon - November 19, 2009 - 19:02

I know why we could not send more than one email at a time. Turns out we were removing the $form['node_invite_tokens'] form element and that's when we started having the problems. There needs to be a way to hide or remove that link

Thanks again for the great module

 
 

Drupal is a registered trademark of Dries Buytaert.