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

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';
Reply


Messages In This Thread
RE: Sending email using smtp doesn't work - by elephpantech - 04-14-2020, 06:27 AM



Theme © iAndrew 2016 - Forum software by © MyBB