Notice

The forum is in read only mode.

Support Forum

Welcome! Support Forums have been reactivated
Welcome the Technical Support section. Help us in assisting you by providing us with a concise and descriptive elaboration of your issues. Be specific and if possible, provide us with a step-by-step instruction in replicating your problem.

How to create new notification type

8 years 2 months ago
Licenses:
JomSocial Expired

Hello,
I am registering new sport matches on my JomSocial pages. When a page is registered I would like to send new notification to a user with whom the match was.
Can you help me? How to send new notification?
Thank you very much

8 years 2 months ago
  • Dimas's Avatar
  • Dimas
  • Visitor
  • Thank you received: 0
Licenses:

Hi,

This is not easy task, you need to create your own code.. I suggest you hire 3rd party developer for this, since this is beyond our support.

For the references please you read this documentation.jomsocial.com/wiki/Notifications_API

thank you!

8 years 2 months ago
Licenses:
JomSocial Expired

Very straightforward with the guide you gave me. Thank you!

8 years 2 months ago
Licenses:
JomSocial Expired

Do you have also guide how to send mail (via MailQ) to a user?

8 years 2 months ago
  • Dimas's Avatar
  • Dimas
  • Visitor
  • Thank you received: 0
Licenses:

That API also will generate the mail to be queued on mailQ table

8 years 2 months ago
Licenses:
JomSocial Expired

It doesn't :(

Notifications are working perfectly fine but no e-mail was generated.

8 years 2 months ago
  • Dimas's Avatar
  • Dimas
  • Visitor
  • Thank you received: 0
Licenses:

Try this additional code :

$mailq = CFactory::getModel('Mailq');
$mailq->add($recipientEmail, $emailSubject, $body, $templateFile, $mailParams, 0,''));

8 years 2 months ago
Licenses:
JomSocial Expired

Hello,
with moving my project to another hosting provider, JomSocial and Joomla stopped sending emails :(
Why this might happen? Is there something I must configure, set, arrange?

And what means "the check" in the MailQ? Mail was never sent actually. See the picture.





Please help

Attachments:
8 years 2 months ago
Licenses:
JomSocial Expired

Help, please
What method/function do you use for sending emails?

8 years 2 months ago
  • Dimas's Avatar
  • Dimas
  • Visitor
  • Thank you received: 0
Licenses:

Hi,

Maybe it goes to spam folder, have you check it? we have 3 status on mailQ
- pending : waiting the cron job to generate the email
- blocked : which the email failed to be sent
- green tick : the emails was sent successfully

We are using Joomla email / phpmail, actually you can change the mail configuration from Joomla configuration->server->mail settings

thank you!

Moderators: Piotr Garasiński
Powered by Kunena Forum

Join 180,000 websites creating Amazing communities

JomSocial is the most complete, easy-to-use addon that turns Joomla CMS into a
full -fledged, social networking site

TRY NOW BUY NOW