Just set this up for this site. In the process, I came across an idea for generating random passwords and/or strings needed for things like this – take a mathematical series and use the sequence of numbers starting at a random place. All you have to do to remember the password is remember the starting point, which may or may not be any easier than remembering a password. I’m also a fan of using phrases, rather than nonsense strings, as they are easier to remember.
I setup a cron job to check for new email posts every 15 minutes like this:
*/15 * * * * (path to wget) (path to wp-mail.php)
No Comments