Keyword

Multi-Notify support

  • Giulia Magnesa
  • Giulia Magnesa's Avatar Topic Author
  • Offline
  • Senior Member
More
13 years 2 months ago #97642 by Giulia Magnesa
Replied by Giulia Magnesa on topic Multi-Notify support
Yes I have tried to access to your website before.

But  at moment my support period is expired even if I have lost several days when your website was down and so I have not used my acquired web support at all.

Actually I have problem with email configuration, because it seems that my setting are ignored in Multimotify.

I have configured the email category as below but I receive only the notification with link to article as default, could you help me?

////This is for email subject//

$this->subject = "New item submission in '".$this->category->name."' category on ".$this->siteName;

////This is for email body//

$this->body = "A new item has been added: ".$this->item->title;$this->body.= "<br/>";$this->body = "link: ".$this->item->link;$this->body.= "<br/>";$this->body.= "Link to '".$this->category->name."' category : ".$this->category->link;

Please Log in or Create an account to join the conversation.

More
13 years 2 months ago #97643 by Jiliko.net
Replied by Jiliko.net on topic Multi-Notify support
Hi Giulia,

 

There's just a missing dot (.) in line #3 , your code for the email body should be :

 


$this->body = "A new item has been added: ".$this->item->title;$this->body.= "<br/>";$this->body.= "link: ".$this->item->link;$this->body.= "<br/>";$this->body.= "Link to '".$this->category->name."' category : ".$this->category->link;

 

Olivier

Please Log in or Create an account to join the conversation.

  • Giulia Magnesa
  • Giulia Magnesa's Avatar Topic Author
  • Offline
  • Senior Member
More
13 years 2 months ago #97644 by Giulia Magnesa
Replied by Giulia Magnesa on topic Multi-Notify support
Thank you!

Do I have to add the dot in line #1 too?

Please Log in or Create an account to join the conversation.


Powered by Kunena Forum