'how can i send registration activation link email from my custom domain email ([email protected]) using php
i am working on a project (PHP) that allows online registration to access the authenticated only services provided. i want to send the activation link to their email from my custom email address ([email protected]). can please help me guys. language is (PHP)
i have cpanel access mail() is not working i have tried mail() in another cpanel (another subdomain) it works. i asked the host provider why mail() is not working in my domain and he replies me with the below image.
Solution 1:[1]
you need to get SMTP server
you can by it
requirements:
SMTP server
SMTP user
SMTP pass
SMTP port
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | giath atrash |