hi I have installed and enabled invite module,for mailsystem i have used MIME mail system.When i send an invitation to email it shows site name and site url but it did not show inviter name and invite accept link instead it shows replace tokens [invite:inviter:name] and [invite:invite-accept-link]. While on front end of site it works fine but in email body it is not working,see image for more clarity. plz help me out i am struggling with it since 2 days.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

noman_297 created an issue. See original summary.

noman_297’s picture

Issue summary: View changes
ckng’s picture

Priority: Major » Normal

So you are saying in your email body, the site name and site slogan tokens are replaced correctly but not invite tokens?

ckng’s picture

Status: Active » Postponed (maintainer needs more info)

I retested with latest dev, could not reproduce, the tokens are replaced correctly together with system tokens.

Could you post screenshot of your admin/config/people/invite/by_mail and your invite type?

noman_297’s picture

noman_297’s picture

@ckng have you find out any solution to the issue.

mhamed’s picture

The same here
fill the email
send
but nothing rendered:
Oggetto:
[invite:inviter:name] has sent you an invite!
Corpo:
[invite:inviter:name] has invited you to join [site:name] at [site:url]. To become a member of [site:name], click the link below or paste it into the address bar of your browser. [invite:invite-accept-link]
i ve tried with the dev but the same

noman_297’s picture

noman_297’s picture

I have given required info, why this issue is postponed.

ckng’s picture

Because maintainer and support are on voluntary basis, already highlighted in #4 that could not reproduce your issue. To move forward, try to debug yourself if you are a dev, if not then you may want to hire a dev to help you.

pushkar’s picture

Look at https://www.drupal.org/node/2468283
Applying the core patch fixes it.

Shaun Holt’s picture

I was having this issue and did some tinkering around.... I changed a couple of tokens and the emails started sending properly..... here is what I have now that has it working correctly....

Subject line: [current-user:name] has sent you an invite!

Body: [user:name] has invited you to join [site:name] at [site:url].

To become a member of [site:name], click the link below or paste it into the address bar of your browser.

[invite:invite-accept-link]

Hope this helps anyone else they may have the same issue.

SpartyDan’s picture

Status: Postponed (maintainer needs more info) » Closed (cannot reproduce)

Can not reproduce issue with clean install of latest dev release.