Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Sending email from gmail
Post: RE: Sending email from gmail

InsiteFX Wrote: (02-16-2020, 04:37 AM) -- PHP Code: -- $config['protocol']  = 'smtp'; $config['smtp_host'] = 'ssl://smtp.googlemail.com'; $config['smtp_user'] = 'your_email'; $config['smtp_pass'] = ...
19,320 Views
5 Replies
02-16-2020, 06:29 AM
hmvartak
    Thread: Sending email from gmail
Post: RE: Sending email from gmail

Debugger says this. Code: -- 220 smtp.gmail.com ESMTP y24sm14013191pge.72 - gsmtp hello: 250-smtp.gmail.com at your service, [115.69.242.169] 250-SIZE 35882577 250-8BITMIME 250-STARTTLS 250-E...
19,320 Views
5 Replies
02-16-2020, 04:28 AM
hmvartak
    Thread: Sending email from gmail
Post: Sending email from gmail

I'm trying to send an email from my gmail account to some other gmail address. But my code doesn't seem to work at all. PHP Code: -- $config = array( "protocol"  => "smtp", "smtp_host" => "smtp....
19,320 Views
5 Replies
02-16-2020, 03:03 AM
hmvartak

Theme © iAndrew 2016 - Forum software by © MyBB