Roundcube Community Forum

News and Announcements => General Discussion => Topic started by: trenttdogg on August 10, 2011, 05:59:09 PM

Title: Universal Signatures
Post by: trenttdogg on August 10, 2011, 05:59:09 PM
Is it possible for the site owner (me) to "embed" a message into each outbound email sent by all my users?
Title: Universal Signatures
Post by: Julius Caesar on August 11, 2011, 03:30:39 AM
Can't this be done on your smtp-server?
Title: Universal Signatures
Post by: JohnDoh on August 11, 2011, 11:55:02 AM
It can also be done from the rc config file.
Title: Universal Signatures
Post by: Julius Caesar on August 12, 2011, 04:02:40 AM
Quote from: JohnDoh;36119It can also be done from the rc config file.

You're right:
$rcmail_config['generic_message_footer'] = '';
$rcmail_config['generic_message_footer_html'] = '';
Title: Universal Signatures
Post by: estojayacom on August 15, 2011, 01:45:26 AM
thanks...

Obat Pembesar Payudara (http://estojaya.blogspot.com/2011/07/payu.html) | Obat Keputihan (http://estojaya.blogspot.com/2011/07/keputihan.html) | Obat Pembesar (http://estojaya.blogspot.com/2011/07/penis.html) | Mahkota Dewi (http://estojaya.blogspot.com/2011/07/keputihan.html)
Title: Universal Signatures
Post by: trenttdogg on August 16, 2011, 12:35:07 PM
Thanks for the input. I think that is what I am looking for.  

$rcmail_config['generic_message_footer'] = '';
$rcmail_config['generic_message_footer_html'] = '';  Will this allow me to put a disclosure or an opt out link? The reason I ask is because my host cautioned me about providing email to my members because if one of them should happen to send out spam, I could end up in trouble. How can this be avoided and is this a legitimate concern I should have?