Posted by rteuber on October 17, 2009 at 12:17pm
Jump to:
| Project: | Registration codes |
| Version: | 6.x-1.4 |
| Component: | Miscellaneous |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
Hi,
after installing refistration codes 6.1.4 the registration emails are send with empty body and subject. Other registration mails from drupal core are working fine.
Thanks
Ralf
Comments
#1
What email is sending blank? The emails sent through the regcode_mailer module?
#2
Yes,
the mails out of regcode_mailer module.
At least other registration mails from drupal core are send properly. The mail is send, but without content.
I entered a subject, mail text and the %code% variable. Nothing was in the mail that was send.
Thanks
Ralf.
#3
Should be fixed now, try the development release.
#4
THANKS,
The dev version did the job. Great to get so fast a reply and a working patch.
Ralf
#5
Hi,
Just one more comment.
Now the regcode mailer (re-)sends used codes as well. Only a little bug as there are ways to work around, but it would be nice to have that fixed in the next release.
Ralf
#6
Automatically closed -- issue fixed for 2 weeks with no activity.
#7
Hi,
I updated 6.x-1.4 to 6.x-1.5. I didn't test the dev version, but I want to mention that mailing a code doesn't work in 6.x-1.5. The email is always empty.
Maybe the fix didn't made it from the dev into the 1.5 release?
#8
Please open a new bug report, this bug report doesn't relate to regcode_mailer.
#9
For others who might run into a similar issue, I thought I would post my experience:
1. Installed D6.15
2. Installed Advanced Front Page
3. Set a homepage that did not utilize the Drupal subsystem (i.e. just an HTML page)
It took some luck and time to figure out that the registration email was empty because by default, Advanced Front Page sends the newly registered user back to the front page. If it is just an HTML page, the POST'ed variables are lost. Therefore, the email is sent blank.
Solution: Set a Drupal node as the registration redirect (i.e. node/15 or something like that)
Cheers,
-The Brandon