hamza Posted September 26, 2009 Share Posted September 26, 2009 Please tell me about php email how we can send email using php keep in mind then i am not asking about using mail function. i wanted to know what else we require any server address or what else. i have phpmailer class as well. thanks for any help. Quote Link to comment https://forums.phpfreaks.com/topic/175604-php-email/ Share on other sites More sharing options...
khr2003 Posted September 26, 2009 Share Posted September 26, 2009 this is a general question. if you have phpmailer class I am sure it comes with a good documentation on how to use it. You have to have an smtp server if you want an alternative to the mail function. Quote Link to comment https://forums.phpfreaks.com/topic/175604-php-email/#findComment-925364 Share on other sites More sharing options...
MadTechie Posted September 26, 2009 Share Posted September 26, 2009 Yes it don't come with great documentation, as as this is third party i'm going to move it their as for all emails you need email account with 1. email address 2. host 3. username 4. password Quote Link to comment https://forums.phpfreaks.com/topic/175604-php-email/#findComment-925368 Share on other sites More sharing options...
monkeytooth Posted September 26, 2009 Share Posted September 26, 2009 In the end of it all.. mail() is always used. Unless previously mentioned there is a mailer class you are using specifically. But even then Im sure somewhere in it is mail() in one shape form way or another. It just depends on how you set up the information outbound through mail().. Now if your talking about setting up a web based mail system to read and write email through and all else, like hotmail, gmail, yahoo mail, etc... then yes there is need for servers, storage, and so on in order to set that up. Unless your looking for something simple and quaint for inner office or small group of people etc. Which none the less either way theres a lot of set up to go with that. And you have to be careful cause if your not hosting your own inhouse servers and are intent on running it all on your side, and your going through godaddy, one and one, yahoo geocites, or any other hosting company your going to run into issues there to. Quote Link to comment https://forums.phpfreaks.com/topic/175604-php-email/#findComment-925369 Share on other sites More sharing options...
guyfromfl Posted September 27, 2009 Share Posted September 27, 2009 To send use postcast smtp server. I just added this to my setup so I can send order confirmations from php. Quote Link to comment https://forums.phpfreaks.com/topic/175604-php-email/#findComment-925629 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.