codingmasterRS Posted July 14, 2010 Share Posted July 14, 2010 Hi how can I send emails via PHP without altering the php.ini (directly) for SMTP etc.. will doing @imap_open work? or something else? Link to comment https://forums.phpfreaks.com/topic/207723-php-email-sender/ Share on other sites More sharing options...
codingmasterRS Posted July 14, 2010 Author Share Posted July 14, 2010 I know it is possible, just cant find the script again (it was from a small contact from one, with like one html file and then the php processing file and it DID not require editing the php.ini file directly). Thanks in advance Link to comment https://forums.phpfreaks.com/topic/207723-php-email-sender/#findComment-1085898 Share on other sites More sharing options...
PFMaBiSmAd Posted July 14, 2010 Share Posted July 14, 2010 You can use ini_set() in your script to set the SMTP setting that mail() uses, though I doubt that is what your question really is about. Link to comment https://forums.phpfreaks.com/topic/207723-php-email-sender/#findComment-1085902 Share on other sites More sharing options...
codingmasterRS Posted July 14, 2010 Author Share Posted July 14, 2010 @PFMaBiSmAd yeah thats not it, thanks anyway Link to comment https://forums.phpfreaks.com/topic/207723-php-email-sender/#findComment-1085913 Share on other sites More sharing options...
kenrbnsn Posted July 14, 2010 Share Posted July 14, 2010 If that's not it, please explain you're problem better. Ken Link to comment https://forums.phpfreaks.com/topic/207723-php-email-sender/#findComment-1085928 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.