Hi

I am still learning a lot about PHP but already have an active website where users can click a link and download digital products (we have no user registration).

Some users would like to click a link (which I have created already) which will open up a separate window where they can enter their email address and have the product delivered to email.

Here's where I'm struggling so any help would be greatly appreciated.

Thanks

You could try PHPMailer. Read their documentation: it is very thorough.

One thing to consider is that, because you do not have user registration, you should first validate the email entered by the user, to make sure it belongs to them and not someone else. Otherwise, you risk your service being misused to send unsolicited emails and possibly being blacklisted as a spam originator.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.