initial commit of file from CVS for smeserver-tt-rss on Sat Sep 7 21:09:52 AEST 2024
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
|
||||
// *********************************
|
||||
// *** Email and digest settings ***
|
||||
// *********************************
|
||||
|
||||
putenv('TTRSS_SMTP_FROM_NAME=Tiny Tiny RSS');
|
||||
putenv('TTRSS_SMTP_FROM_ADDRESS=noreply@{$DomainName}');
|
||||
// Name, address and subject for sending outgoing mail. This applies
|
||||
// to password reset notifications, digest emails and any other mail.
|
||||
|
||||
putenv('TTRSS_DIGEST_SUBJECT=[tt-rss] New headlines for last 24 hours');
|
||||
// Subject line for email digests
|
||||
|
||||
putenv('TTRSS_SMTP_SERVER=');
|
||||
// Hostname:port combination to send outgoing mail (i.e. localhost:25).
|
||||
// Blank - use system MTA.
|
||||
|
||||
putenv('TTRSS_SMTP_LOGIN=');
|
||||
putenv('TTRSS_SMTP_PASSWORD=');
|
||||
putenv('TTRSS_SMTP_SECURE=');
|
||||
// These three options enable SMTP authentication when sending
|
||||
// outgoing mail. Only used with SMTP_HOST
|
||||
|
Reference in New Issue
Block a user