comparison mod_offline_email.wiki @ 499:0b3b86dce224

Edited wiki page mod_offline_email through web user interface.
author MWild1@gmail.com
date Tue, 06 Jan 2015 19:31:15 +0000
parents 7629b4f71114
children
comparison
equal deleted inserted replaced
498:5b1b0bf532cc 499:0b3b86dce224
18 || smtp_username || If set, Prosody will authenticate with the SMTP server before sending (default is no authentication) || 18 || smtp_username || If set, Prosody will authenticate with the SMTP server before sending (default is no authentication) ||
19 || smtp_password || The password for the above user (default is none) || 19 || smtp_password || The password for the above user (default is none) ||
20 || smtp_from || Address from which it will appear the emails came. Default is smtp_username@smtp_server, where smtp_username is replaced with 'xmpp' if not set || 20 || smtp_from || Address from which it will appear the emails came. Default is smtp_username@smtp_server, where smtp_username is replaced with 'xmpp' if not set ||
21 21
22 = Compatibility = 22 = Compatibility =
23 ||0.6||Works|| 23 ||0.9||Works||
24 ||0.5||Should work||
25 24
26 = Caveats/Todos/Bugs = 25 = Caveats/Todos/Bugs =
27 26
28 * Currently SMTP sending blocks the whole server. This should not be noticable if your mail server is on the same machine as Prosody. 27 * Currently SMTP sending blocks the whole server. This should not be noticable if your mail server is on the same machine as Prosody.
29 * There is not (yet) any way to configure forwarding to an email address other than your JID (idea... use email address in vcard?) 28 * There is not (yet) any way to configure forwarding to an email address other than your JID (idea... use email address in vcard?)