Demonic Posted May 19, 2007 Share Posted May 19, 2007 I need to create one for some friend for an emergency and Google isn't helping much. Please if anyone knows post asap. Quote Link to comment https://forums.phpfreaks.com/topic/52124-how-do-you-build-a-basic-smtp-mail-script/ Share on other sites More sharing options...
MadTechie Posted May 19, 2007 Share Posted May 19, 2007 PHPMailer!! Quote Link to comment https://forums.phpfreaks.com/topic/52124-how-do-you-build-a-basic-smtp-mail-script/#findComment-257051 Share on other sites More sharing options...
Demonic Posted May 19, 2007 Author Share Posted May 19, 2007 I need another way, a shorter way, a Tutorial if possible. Quote Link to comment https://forums.phpfreaks.com/topic/52124-how-do-you-build-a-basic-smtp-mail-script/#findComment-257058 Share on other sites More sharing options...
MadTechie Posted May 19, 2007 Share Posted May 19, 2007 http://php.net/mail User Contributed Notes Quote Link to comment https://forums.phpfreaks.com/topic/52124-how-do-you-build-a-basic-smtp-mail-script/#findComment-257063 Share on other sites More sharing options...
neel_basu Posted May 19, 2007 Share Posted May 19, 2007 I need to create one for some friend for an emergency and Google isn't helping much. Please if anyone knows post asap. Are you talking about SMTP MIME Mail ?? See http://zigmoyd.sourceforge.net/man/mail.php#mail here is the Installation and Instruction Page http://zigmoyd.sourceforge.net/man/index.php Quote Link to comment https://forums.phpfreaks.com/topic/52124-how-do-you-build-a-basic-smtp-mail-script/#findComment-257070 Share on other sites More sharing options...
chronister Posted May 19, 2007 Share Posted May 19, 2007 I agree with MadTechie, Why not just use the mail() function that is built in to php? It is very easy to use and as long as the sendmail configuration is correct it works flawlessly. Quote Link to comment https://forums.phpfreaks.com/topic/52124-how-do-you-build-a-basic-smtp-mail-script/#findComment-257091 Share on other sites More sharing options...
Demonic Posted May 19, 2007 Author Share Posted May 19, 2007 Because the mail function is disabled. Quote Link to comment https://forums.phpfreaks.com/topic/52124-how-do-you-build-a-basic-smtp-mail-script/#findComment-257097 Share on other sites More sharing options...
chronister Posted May 19, 2007 Share Posted May 19, 2007 Because the mail function is disabled. hmmmmmm... that sucks.. I'd be looking for a new provider then. If they don't support a built in php function, then I'd be looking elsewhere. Sorry I cannot help with the SMTP issue though. Quote Link to comment https://forums.phpfreaks.com/topic/52124-how-do-you-build-a-basic-smtp-mail-script/#findComment-257102 Share on other sites More sharing options...
neel_basu Posted May 19, 2007 Share Posted May 19, 2007 I need to create one for some friend for an emergency and Google isn't helping much. Please if anyone knows post asap. Are you talking about SMTP MIME Mail ?? See http://zigmoyd.sourceforge.net/man/mail.php#mail here is the Installation and Instruction Page http://zigmoyd.sourceforge.net/man/index.php Then why dont you try Zigmoyd mail class. It doesn't uses PHP's mail() function. It sends mails itself directly . Even it can show you how its sending the Mail. Even You DONT NEED ANY SMTP SERVER on that server whare you are hosted. Quote Link to comment https://forums.phpfreaks.com/topic/52124-how-do-you-build-a-basic-smtp-mail-script/#findComment-257103 Share on other sites More sharing options...
Demonic Posted May 19, 2007 Author Share Posted May 19, 2007 Because the mail function is disabled. hmmmmmm... that sucks.. I'd be looking for a new provider then. If they don't support a built in php function, then I'd be looking elsewhere. Sorry I cannot help with the SMTP issue though. lol my server has mail function its the fact that my friend who owns a hosting company wants me to build a SMTP script . Quote Link to comment https://forums.phpfreaks.com/topic/52124-how-do-you-build-a-basic-smtp-mail-script/#findComment-257109 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.