Skip to content

asaquzzaman/email-attachment-to-dropbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

=== Send email attachment to dropbox ===

Contributors: asaquzzaman
Tags: email to wp, email to wordpress, email wp post, email to dropbox.
Requires at least: 4.1
Tested up to: 4.1
Stable tag: trunk
License: GPLv2 or later

Send email attachment to dropbox

== Description ==
    Fetch your email attachment and send it to dropbox. You can make it also wp-post

== Installation ==
	1. Unzip and upload the hrm directory to /wp-content/plugins/
    2. Activate the plugin through the Plugins menu in WordPress

Browser Compatibility
    1. Google Chrome
    2. Firefox.

= Usage =
	Complete the settings form. All fields are required. Enjoy with this plugin

	enable from your php.in
	extension=php_openssl.dll
	extension=php_fileinfo.dll
	
	for gmail.
	Mail Server: {imap.gmail.com:993/imap/ssl}INBOX
	[IMAP Settings](https://support.google.com/mail/troubleshooter/1668960)
	[Less secure for apps](https://www.google.com/settings/security/lesssecureapps)	

	yahoo
	Mail Server: {imap.mail.yahoo.com:993/imap/ssl}INBOX

	hotmail
	Mail Server: {imap-mail.outlook.com:993/imap/ssl}INBOX

	others

	// To connect to an IMAP server running on port 143 on the local machine.
	Mail Server: {localhost:143}INBOX

	// To connect to a POP3 server on port 110 on the local server.
	Mail Server: {localhost:110/pop3}INBOX

	// To connect to an SSL IMAP or POP3 server, add /ssl after the protocol
	Mail Server: {localhost:993/imap/ssl}INBOX

	// To connect to an SSL IMAP or POP3 server with a self-signed certificate, add /ssl/novalidate-cert after the protocol specification
	Mail Server: {localhost:995/pop3/ssl/novalidate-cert}

	// To connect to an NNTP server on port 119 on the local server
	Mail Server: {localhost:119/nntp}comp.test

	// To connect to a remote server replace "localhost" with the name or the
	// IP address of the server you want to connect to.
	

== Screenshots ==


== Changelog ==


== Frequently Asked Questions ==

You can contact with me joy.mishu@gmail.com with this email address. You can ask me any kinds of question about this plugin.

== Upgrade Notice ==

Nothing to say

Thanks for beign with me.



About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published