1

Topic: Welcome email

I want an email automatically should be sent to every new account when created. Please guide how to do that. my configurations are follows.

==== Required information ====
- iRedMail version: 0.8.3
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): MySQL
- Linux/BSD distribution name and version: CentOS 5.5
- Related log if you're reporting an issue:
====

Best Regards,
Waseem Hassan

----

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

2

Re: Welcome email

*) It depends on how you create new accounts. You can modify your script to send email automatically.
*) This is not yet supported in iRedAdmin-Pro, sorry.

Just curious, may i know what content you want to send to new users?

3

Re: Welcome email

Just any kind of text. welcome note, terms & conditions, introduction to organization etc. I am using iredadmin to create new account.

4

Re: Welcome email

Any one has idea to this this ?

whmemon wrote:

Just any kind of text. welcome note, terms & conditions, introduction to organization etc. I am using iredadmin to create new account.

5

Re: Welcome email

Hi whmemon,

With iRedAdmin, user creation is performed in file libs/mysql/user.py, function "add()". You can add addition code in function "add()", before "web.logger()".