Insipid has a feature to fetch new links from E-Mails. Those E-Mails are read from a configured IMAP mailbox. You need to enable the imap/ssl functions within PHP and have a IMAP mailbox on a SSL/TLS email server. Set the config variables in the config file. Make sure you an individual marker string! There is no "security" within this method. Only the special string you can define. The new links will be hidden at first. You need to verify them before they are visible in your list. Access the moderation with this link: index.php?p=stats After authentication there will be more info and one called Moderation Here are the important configs: EMAIL_SERVER => Address of your E-Mail server EMAIL_SERVER_PORT_IMAP => The SSL Imap port. Default: 993 EMAIL_SERVER_MAILBOX => The name of your Inbox. Default: INBOX EMAIL_ARCHIVE_FOLDER => The name of the archive folder in which the processed emails will be moved EMAIL_REPORT_BACK => set this to true if you want to report to the sender. Default: false EMAIL_SERVER_PORT_SMTP => The SSL SMTP port for using the report back function. Default: 465 EMAIL_REPLY_BACK_VALID => Multiple E-Mails addresses which can be reported back to. RFC822-style comma-separated email addresses EMAIL_REPLY_BACK_ADDRESS => The E-Mail address which sends the report mail. Usually the address from which your read the mails Syntax of the E-Mail body: absolute-link|multiple,category,strings|multiple,tag,strings\n new-absolute-link|multiple,category,strings|multiple,tag,strings\n Create a cronjob to execute the email-import.php file.