gmail
Posted: Sun Apr 13, 2025 2:51 pm
Hi,
I'm probably very clumsy, because I can't seem to send an email from a form via gmail.
I looked for help in the forum, and a knowledgeable person suggested the following setting, but I didn't get anywhere with that either.
Form
general: comments
action: <?php echo basename(__FILE__); ?> (autofill)
method: POST (autofill)
encoding type: multipart/form-data (autofill)
accept charset:
target:
use built in PHP processot script: on
email address: ede.somogyvari@gmail.com
subject: Website
message:values submitted...
succes page: OK.html
error page: ERR.html
Advanced From Processor Properties
smtp host: smtp.gmail.com
port: 465 (SSL)
use smtp authentication (on)
Username: ede.somogyvari@gmail.com
password: **********
smtp encryption: ssl
I've also tried every possible setting combination.
What could be the reason?
Thank you very much if someone can help.
Peter
I'm probably very clumsy, because I can't seem to send an email from a form via gmail.
I looked for help in the forum, and a knowledgeable person suggested the following setting, but I didn't get anywhere with that either.
Form
general: comments
action: <?php echo basename(__FILE__); ?> (autofill)
method: POST (autofill)
encoding type: multipart/form-data (autofill)
accept charset:
target:
use built in PHP processot script: on
email address: ede.somogyvari@gmail.com
subject: Website
message:values submitted...
succes page: OK.html
error page: ERR.html
Advanced From Processor Properties
smtp host: smtp.gmail.com
port: 465 (SSL)
use smtp authentication (on)
Username: ede.somogyvari@gmail.com
password: **********
smtp encryption: ssl
I've also tried every possible setting combination.
What could be the reason?
Thank you very much if someone can help.
Peter