Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
Here is what i try to do, almost like wordpress or video, i like to create/generate and pop email account on my server, where you can send email (text) or/and attached picture and automate the process of posting that on a blog, or just adding that to a folder for a slideshow.
Some time ago, i made a huge research about that, found some abstact solution that is more a concept that code/api or php script
So i am looking for a library, a api, a script et framework that can do that. PHP ot javascript favorised !
Thanks in advance !
almost perfect solution
Using PHP to read email in a POP3 mailbox
and a download attachement solution here
Related
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this question
Before I ask my question I'd like to inform you that I did indeed search before going here, however with bad luck.
I am looking for a class which let's me connect to an email account using Imap, and parses the emails. I do know how to connect to an account, and to receive emails but I am looking for an easy class that allows me to connect and get my emails sorted nicely back to me.
Thanks in advance for helping me out.
In short words:
install php-imap module
use the php imap_* functions to do what you want
And more specific:
You can find an installation-guide and a list of all possible functions here: http://php.net/manual/en/book.imap.php
If you need a libary, give this a try: https://github.com/tedious/Fetch or https://dev.horde.org/imap_client/index.php
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this question
I was wondering if it's possible to send skype messages from php without having skype installed. So that you login with php and send messages without any applications. Is this possible.
Thanks
Here are a good answer.
tl;dr: This is not easily possible from within PHP or node.js
Currently, I am unaware of an API that exists with Skype for PHP.
Chat with Skype demo user
I believe that, currently - or as it stands, this is the only method to achieve something as such. This integrates the Skype Protocol for use.
However, you may want to take a look at this: Skype with PHP.
But how accurate that is, I am not sure
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
guys
Do you know any available PHP third party application or script which allows all my registered members to share their files to other members?
I'm thinking similar with this one (My concern on that are there is no support doc and it seems the author of the script is gone for a long time.)
http://codecanyon.net/item/really-simple-file-sharing-web-application/51228
Really appreciated to your help! Thanks
Opendocman checkout this open source application. Hope this helps you.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
I have a web app built on zend that send email notifications for different events (signup, someone follows you etc...). It is using php mail. The emails get sent out as part of action hooks that fire at various events. I am looking for recommendations for a service that will take over the sending of the emails. Thanks in advance!
we use http://sendgrid.com/ at our shop.
Amazon SES or Sailthru
I do like sailthru, they can host your email templates, logs of every sent email (so you can resend), open rates, etc. It's a white listing service and their PHP API is easssy to use.
Postmark is quite nice, with a very powerful API.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
There is an awesome image uploader in stackoverflow. Im looking for a tutorial for creating application like this with php and jquery.
Thanks
Check out Uploadify (tutorial).
Just a note of caution, my experince with uploadify is that it works great in a demo page, but when you add some complexity to the site, strange things start to happen, small seemingly unrelated changes to your site cause it to stop working unexpectedly in ways that can't be caught through unit testing.
For example, I just clicked the upload button to try to add an image to this post and I couldn't get it to work, nothing happens when I click browse. StackOverflow's developers know what they're doing; I'm sure this passed all StackOverflow's unit tests, and might have worked on their staging site. It could be my browser, who knows, but it doesn't work and if I was the average customer, I'd be blaming the developer.
I've had much better luck with jquery.forms.