On my website we have a promotion going on where users input their name and e-mail and then we send them an e-mail with the same title, same text and an the voucher image at the end embedded/inserted onto the e-mail (not attached).
We thought we would be able to copy paste easily but over the past 6 weeks we have sent out over 1000 e-mails and this is undo able any more.
We have a php code that simply sends us their info. Does anyone know what to add at the end of the php so that when someone inputs their e-mail and name we can just automatically send an e-mail to them with the "template" title, text and image?
I have tried many different things but most programmes are newsletter senders not auto-responders. Can't use gmail auto response either because we receive other e-mails for different things as well. We don't want to send the promo to everyone who e-mails us.
Any help?
Cheers.
Check Github for sendemail repository. It allows you to send emails through php. What you can do is that you can set sendemail repository in your project then whenever someone enter an email id run a php script.For configuring sendemail everything is provided on Github.
Link: https://github.com/mogaal/sendemail
Script will look something like this: