Smtp mail

Hi

Would i be correct in saying the free package does not support SMPT Mail?

The site im working on requires an SMPT email verification for members, is there any other options?
Thanks

Yep, correct.

You can use external SMTP such as from Gmail, etc. But, maybe some CMS need additional plugin to use it.

1 Like

Thanks Adis, can you recommend one?

What is CMS that you are using?
This is an example general PHP script for that:
https://infinityfree.net/support/how-to-send-email-with-gmail-smtp/

1 Like

would this method work straight out of the box for the following? ![39|690x482]
(upload://wmvTx1TxiFPUcOvCa2iWcXQsjyw.png)

or would i need to change the actual script in the source code

im unsure what cms it is, i think its custom built…

you can take a look at www.manchesterglobal.co.uk

manchesterglobal.rf.gd

It’s just a sample usage.
You need to change it.

Who is your site developer? Ask him to setup it.
If you are using WordPress, you can use this plugin: WP Mail SMTP by WPForms – The Most Popular SMTP and Email Log Plugin – WordPress plugin | WordPress.org

i dont have one, i know the basics, i usually get by.

Can you help? happy to pay for your time.

Sorry, I can’t do it. :sweat_smile: Maybe the others can do it.

Try to read this article: Creating a registration form using PHP | HTML Form Guide
Maybe it will give you an inspiration/idea.
Because you already have the form & database, so your task is only the last part (Sending emails).
Integrate the PHPMailer to your site registration form.

Good luck. :slightly_smiling_face:

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.