How to receive email in codeigniter? [closed] - php

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 6 years ago.
Improve this question
Is it possible to develop a system in codeigniter that is capable of receiving reply of emails as well.
Actually I want to develop email receiving feature in codeigniter .
Please guide with complete detail considering me at beiginner level.
Thanks

This involves developing a mail client application. Maybe you will search the web where you will find some open source application that you then should integrate with codeigniter.
Her is a video which can help you to get started:
https://www.youtube.com/watch?v=G-OweUqMPsY
EDIT:
This process is not so simple as you can think but if you download this code you can have a directly inside on what and how you can do it:
https://github.com/Studio182/Crystal-Mail

You can try following libraries or code to receive emails:
https://github.com/bcit-ci/CodeIgniter/wiki/IMAP
also you can user:
https://garrettstjohn.com/article/reading-emails-with-php/
https://garrettstjohn.com/article/extracting-attachments-from-emails-with-php/
hope these will help you build your app.

Related

Access Docusign-php-client [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 2 years ago.
Improve this question
I had success setup the Docusign-php-client with everything working!
But how can I access the api directly?
I can only use public/index.php page to test all the samples,
how can I create my own page or own api call?
Is there any simple sample? sorry I‘m newbie on program, please help, thanks!
I'm not clear what you already did since you didn't share code, but I would suggest you start by using https://github.com/docusign/code-examples-php which is a repo with full working code and a PHP app using the DocuSign PHP library/SDK.
Try to use it and see how it work as a means of jump-starting your development.
You can then either modify it to fit your needs or copy/paste relevant pieces of code into your app.
They are 31 PHP examples in here -> https://github.com/docusign/code-examples-php. DocuSign php client is just an API wrapper. If you need more info you can visit https://developers.docusign.com/ for more info

How can I connect to the REST web services in php? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 5 years ago.
Improve this question
How can I connect to the rest web services in php?
I want to connect to this web service and writing a hotel booking system with php.
hotel web service link
https://pintapin.docs.apiary.io/#reference/users/update-user/update-user
How many ways to do this?
Thanks
I think the curl library will solve what you are trying to do.
Please find the link below for more information on how to call a rest api in PHP.
call rest api in PHP

Laravel Email Reply to Forum [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
This might be pretty far out there, but I thought I'd ask. I have developed a program in Laravel 4 where it is like forum where it emails the people. I was asked if there was a way to make it where the users can reply to the email and make it appear in the forum.
I know other sites have done that like Basecamp, but I didn't have to program it. Is there anyway to achieve this in Laravel?
Thanks!
Yes, it's possible, but you'll need more than just Laravel. You can pipe inbound emails to Laravel or you can use a third-party service like Mandrill's inbound email handling to accept and turn them into HTTP requests to your server.

What type of programming is needed to run an IOS app [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 9 years ago.
Improve this question
So there are websites that use dynamic web pages and use PHP for this. Also websites need to use SQL to run information in their server databases.
How would an iOS app do this? Through the same type of programming (PHP&SQL)?
I'm a student only looking to learn. Thanks!
This should get you started - https://developer.apple.com/library/ios/navigation/#section=Resource%20Types&topic=Getting%20Started
And once you have had a look around in the above link, have a read of this https://developer.apple.com/technologies/ios/
Lastly if you want to really go creative and social check out the iOS SDK for Facebook and start making cool apps - https://developers.facebook.com/docs/ios/ios-sdk-tutorial/

Execute mysql_query via e-mail [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 9 years ago.
Improve this question
I'm making a CMS for one of my friends. She is a writer with a looots of ideas and notes. I just realized that she needs a note taking webapp inside that CMS that allows her to make notes by simply writing an e-mail to a specific e-mail address. Like Evernote: the subject would be the 'title' of the note and the body would be the content.
But I cannot figure it out how to do that – in the past few days I was thinking only and nothing came out. I need a 'trigger' which runs a PHP script but how? Do you guys have some ideas?
I would really appreciate that.
Thanks a lot.
You would need to create an email address that "pipes" to an application, such as PHP.
If you are on a WHM server, cPanel accounts can easily do this. See: http://docs.whmcs.com/Email_Piping

Categories