To send a mail to all the users

Discussion in 'General' started by DarkBen, Dec 7, 2005.

  1. DarkBen

    DarkBen New Member

    I want to send a mail to all the users on my ISPConfig server. How could i do that ?
    In fact i want to send à mail to all the users in the /etc/postfix/virtusertable file.

    thanks for your help :)
     
    Last edited: Dec 7, 2005
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    If you use /etc/postfix/virtusertable as source for the mailing, many users might get more then one copy of the mail due to aliases and co-domains.

    I think te easiest way might be to write a PHP script that reads the email accounts in the isp_isp_user table and sends an email with the php mail function to them. Maybe someone likes to write an extension / tool for ISPConfig?
     

Share This Page