Email Functionality January 23, 2019, 02:50:03 PM Hi AllCan anyone give me a bit of a breakdown on how to get the email functionality working? I have configured as needed within PHPRAD, i have set my gmail account to allow less secure apps, but nothing seems to be happening.Anyone got any tips and tricks around getting this off the ground? thanks Rob Quote Selected
Re: Email Functionality Reply #1 – January 23, 2019, 05:15:38 PM Haven't tested myself yet, but it doesn't look complex at all. All you have to do is fill the SMTP information. If you have a domain name in a server, just configure any email account and provide those details to phprad. It should work.Not sure why you are using gmail.com and not sure if gmail.com allows relay of mails from a 3rd party site. Quote Selected
Re: Email Functionality Reply #2 – January 23, 2019, 05:17:34 PM A quick search returns this (about gmail)Google SMTP Server – How to Send Emails for FreeOutgoing Mail (SMTP) Server: smtp.gmail.com.Use Authentication: Yes.Use Secure Connection: Yes (TLS or SSL depending on your mail client/website SMTP plugin)Username: your Gmail account (e.g. user@gmail.com)Password: your Gmail password.Port: 465 (SSL required) or 587 (TLS required) Quote Selected