Yapra::Plugin::Publish::Imap
publish entry to imap mail.
example:
- module: Publish::Gmail config: username: username password: password wait: 1 mail: subject_prefix: '[Yapra]' from: 'test@example.com' to: 'test2@example.com'
# File lib-plugins/yapra/plugin/publish/gmail.rb, line 23 def prepare super config['imap_server'] = 'imap.gmail.com' config['port'] = 993 config['ssl'] = true end
[Validate]
Generated with the Darkfish Rdoc Generator 2.