Guest omerco Posted December 17, 2015 Share Posted December 17, 2015 i want to send email when users register in my app i know need to setting php.ini how i do it in free hosting? Link to comment Share on other sites More sharing options...
Anyx Posted July 8, 2018 Share Posted July 8, 2018 @omerco You cannot change PHP.ini in free hosting, you can only do that in premium hosting. However, you can freely send activation mail when users register in your app, activation emails are supported. See https://kb.ifastnet.com/index.php?/article/AA-00201/22/Free-Hosting/Email/Email-on-free-hosting.html Link to comment Share on other sites More sharing options...
AA22Dev Posted July 8, 2018 Share Posted July 8, 2018 On 12/17/2015 at 2:52 PM, Guest omerco said: i want to send email when users register in my app i know need to setting php.ini how i do it in free hosting? As described by @PCTipsGR you will have limited access to PHPMail. However, registration emails can be send automatically. If you want to use SMTP then let me clear you that free hosting don't allow SMTP/POP3 mail features. However, You can use Sendgrid for your domain to send secured emails to your customer by using SMTP of sendgrid. Link to comment Share on other sites More sharing options...
Arcenas090 Posted July 22, 2018 Share Posted July 22, 2018 On 7/8/2018 at 5:15 PM, Aqib said: As described by @PCTipsGR you will have limited access to PHPMail. However, registration emails can be send automatically. If you want to use SMTP then let me clear you that free hosting don't allow SMTP/POP3 mail features. However, You can use Sendgrid for your domain to send secured emails to your customer by using SMTP of sendgrid. As describe to what @Aqibstated. You can use external SMTP provider like: 1. SMTP2GO 2.SendGrid Be sure to use the right credentials. Link to comment Share on other sites More sharing options...
sajidkhanrock Posted September 1, 2018 Share Posted September 1, 2018 I use smtp2go but in free account you limited to 1000 email per month Link to comment Share on other sites More sharing options...
PlanetCloud Posted September 1, 2018 Share Posted September 1, 2018 THIS THREAD IS FROM December 2017!!! Also please take a look at this : Link to comment Share on other sites More sharing options...
randiv Posted April 30, 2019 Share Posted April 30, 2019 Thanks for sharing the very informative information, I also want to know about it. Link to comment Share on other sites More sharing options...
Recommended Posts