By seakayjay on
I'd read through this http://drupal.org/node/48738 and I tried to send email to role group. But, I'm not able to get it working. I copied the snippet provided into actions/actions.inc.
Everything looks fine. I can create Send email to a role group action. Add the action to state in workflow module.
However, when I processed the action, message as written below appeared:
warning: mail() [function.mail]: SMTP server response: 501 5.5.4 Invalid Address in C:\apache2.2\htdocs\_home_test\includes\common.inc on line 1970.
Anyone have any idea what's wrong with this?
Comments
sender address
which email address are you using for the from field?
Attiks - graphic design and web applications
Attiks - Print and web design
May I know which form field
May I know which form field are you referring to? The "send email to role group" script doesn't allow me to enter any email address in the configure of action, instead "Checkboxes" of all role groups are displayed.
Basically, I believe when check on the role, the users with that role will receive email. However, when the script is processed, the email didn't send out to the users.
Any help please???
email
the from field is defined somewhere in the admin sections, i guess under site settings, check if it's a valid email address. depending on your host you'll have to use an email address known to their mail servers, can be a problem if you have a catchall address instead us regular mailboxes
Attiks - graphic design and web applications
Attiks - Print and web design
I tried changing the email
I tried changing the email address at Administer >> Site configuration >> Site information (http://mysite.com/admin/settings/site-information) to my own personal email address which i guess should be a valid one. All auto-mailer during registration, new password requests are sent out successfully, there is no problem with that. Actually, I host the site at my own local machine.
Anyway, does the script provided at http://drupal.org/node/48738 work for you? Or is it doesn't work for me only? :(
=-=
comment by me removed by me because information I was linked to is no longer there.
yup. i've made the changes
yup. i've made the changes
I don't see the changes for
I don't see the changes for Drupal 5.x... where can I find them? The post says its for 4.7.
I don't get the error but when I add my content it brings up just a blank screen... could it be a version issue?
=-=
The comment that I originally linked to seems to have been deleted from the handbook page.
_____________________________________________________________________
My posts & comments are usually dripping with sarcasm.
If you ask nicely I'll give you a towel : )
Any ideas what I need to
Any ideas what I need to alter for version 5.x? Unfortunately I'm not much of a programmer.
For 5.x ?
Just asking again the last question, I'm in need of the same thing, thanks !
I updated the
I updated the actions_email_role module to be compatible with Workflow and Actions versions 5.x-2.x.
See - http://drupal.org/node/244508