PHP and Go Daddy E-mail

Hi everyone, I built an information system internally. My colleagues want to integrate in our system the Go Daddy Email, is there anyway to do that using PHP?

I want to know also if there’s an API that can do that thing…

Godaddy supports both IMAP and POP so it shouldn’t be to difficult using some PHP mail library, to handle email integration. Seems that http://swiftmailer.org/ has a lot of features. Usually libraries from frameworks can be used separately, like [URL=“http://framework.zend.com/manual/2.0/en/modules/zend.mail.introduction.html”]ZendMail.

Hi ronalds, Thanks! I’ll try it.