Can you please help ? My portfolio website is hosted on cloudflare pages, and I have a "contact me" form. Now, how to receive the message and mail that clients write on my website, to my own email ?
I haven't used cloudflare pages yet, so I cannot give a definitive answer, however my first thought is, use a third party email relay provider API such as Mailgun to send your form data. Or save the form input locally using SQLite or whatever?
Very helpful, kudos for the good explanation.👏
Thanks for watching
Thanks, it is really good explanation.
Thanks for watching
My recommended VPSes: bizanosa.com/vpslist
Mailgun setup video: ua-cam.com/video/AefUtNh-4b4/v-deo.html
Can you please help ?
My portfolio website is hosted on cloudflare pages, and I have a "contact me" form. Now, how to receive the message and mail that clients write on my website, to my own email ?
I haven't used cloudflare pages yet, so I cannot give a definitive answer, however my first thought is, use a third party email relay provider API such as Mailgun to send your form data. Or save the form input locally using SQLite or whatever?