In one of my projects which is running in my local machine using wamp5 , i want to send a registration verification email after member registration complete. But it is not functioning. what should I do to send email from my localmachine?
Please help
How To Enable Email in my local machine when using wamp
Moderator: General Moderators
Re: How To Enable Email in my local machine when using wamp
Run an SMTP server?viplave wrote:In one of my projects which is running in my local machine using wamp5 , i want to send a registration verification email after member registration complete. But it is not functioning. what should I do to send email from my localmachine?
Please help
- Kieran Huggins
- DevNet Master
- Posts: 3635
- Joined: Wed Dec 06, 2006 4:14 pm
- Location: Toronto, Canada
- Contact:
Re: How To Enable Email in my local machine when using wamp
or use your ISP's SMTP server - there will likely be limits to the amount of mail you can send, but most (all?) ISP's force you to use their SMTP server by blocking "relaying" anything to another server on port 25.
Using an SMTP server is the only way to send mail in PHP on Windows, IIRC. Linux may only use sendmail (or an equivalent)... unless you use SwiftMailer
Using an SMTP server is the only way to send mail in PHP on Windows, IIRC. Linux may only use sendmail (or an equivalent)... unless you use SwiftMailer