WebsiteBaker 2.13.8 is now available!
R.I.P Dietmar (luisehahne) and thank you for all your valuable work for WBhttps://forum.websitebaker.org/index.php/topic,32355.0.html
Hi,Currently I had just some thought and was wondering if something like this is possible to combine with ‘WebsiteBaker’!? Some while ago someone told me what cronjob are and what you might do with these. The explanation was clear and now I was thing of the following and if something like this can be made possible.For one of the website I am using I want to give the opportunity for someone to submit weblog postings (with the news module). The person does not has internet access at work, but wants to post an weblog item from work. Would it be possible to do the following with a cronjob:Import the e-mails sent to a specific mailbox;Read the content of the e-mail (possible with html layout)Put the information into the news tableIf this is possible that would help one of my clients a lot.Since I am not that experienced with cronjobs hints are welcome.
It is a PHP script which reads an POP3 or IMAP mailaccount.I placed it as a wrapper modul on my page http://www.beyernetz.de
have them inserted either active or non active. I assume this would be feature in settings.
you would need POP3 or IMAP access to the email server to check your mail
Pipe it to your php script. Then bin the mail
How would you do that?