Welcome

Mailer

You can send email to users inside your pimentaCHAT server using the Mailer tool. The address from whom the email will be sent can be set by filling the From field. By checking the Dry Run option a email will be only sent to the address in From.

You can also filter to who the email will be sent by using a valid user Query on the Query field.

Then you can write a subject and a body for the email. When writing the body you can add Brackets to add dynamic data to the body.

You can add the following brackets to the email body:

  • [unsubscribe] This will create an unsubscribe link. The email body must have a unsubscribe link.

  • [name] : This will get the full name of the user that is receiving the email;

  • [fname] : This will get the first name of the user that is receiving the email;

  • [lname] : This will get the last name of the user that is receiving the email;

  • [name] : This will get the email address of the user that is receiving the email;