Ankündigung

Einklappen
Keine Ankündigung bisher.

Multiple email addresses

Einklappen
X
 
  • Filter
  • Zeit
  • Anzeigen
Alles löschen
neue Beiträge

    Multiple email addresses

    I have recently started using the email plugin and it works as expected if I send an email to a single recipient.
    Now I would like to have multiple email addresses in the recipient field. I have tried adding a semicolon between two addresses in the recipient field as shown below, but that does not seem to work.

    sendmail($abc@gmail.com;xyz@gmail.com$, $Hello$,$Hello$)

    Can anybody provide a solution to this small problem?

    Thank you in advance,
    regards,
    Perry

    #2
    Make it a colon, not a semicolon between the email addresses:

    sendmail($abc@gmail.com,xyz@gmail.com$, $Hello$,$Hello$)

    Had the same problem a few months ago - happy, others join me there...
    Have fun!

    Kommentar


      #3
      Thanks! I am also glad I am not the only one who got stuck when using the usual email address separation method ;-)

      Kommentar

      Lädt...
      X