1

Topic: Automatic mail for new user

Anybody knows how to configure an automatic email that will be sent to a new user when his/her account created? (something like introductory  mail in gmail or yahoo mail)

----

Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.

2

Re: Automatic mail for new user

It depends on how you create new mail accounts. It must be achieved in admin panel, not in iRedMail.

3

Re: Automatic mail for new user

Can you elaborate?
How can I achieve that using the open source iredadmin?

4

Re: Automatic mail for new user

Mail user is created in libs/ldaplib/user.py (LDAP) or libs/mysql/user.py (MySQL), function add(). You can hack it to achieve this purpose.