I would like to use Email Yak to send and receive emails with PHP. Is this posssible? If so how would I go about it?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I am not sure why you would want to do this from PHP, but take a look at the ‘Send Email’ manual page at the Email Yak project.
You will need to use PHPs curl extension to make the HTTP requests with the appropriate headers and PHPs native
json_encode()function to serialise the data you are sending.A really simple curl example from jonasjohn.de to get you going: