Welcome Guest, Not a member yet? Register   Sign In
Sending email using smtp doesn't work
#4

(04-14-2020, 06:27 AM)elephpantech Wrote: Works fine with:

public $fromEmail = '[email protected]';
public $protocol = 'smtp';
public $SMTPHost = 'smtp.gmail.com';
public $SMTPUser = '[email protected]';
public $SMTPPass = '********';
public $SMTPPort = 587;
public $SMTPCrypto = 'tls';
Thanks, that works. Is was wrong in the setting of port/crypto and host. I will now start to test using Sendgrid or another email service.
Reply


Messages In This Thread
RE: Sending email using smtp doesn't work - by muuucho - 04-15-2020, 04:31 AM



Theme © iAndrew 2016 - Forum software by © MyBB