getgrav / grav-plugin-email

Grav Email Plugin
http://getgrav.org
MIT License
37 stars 29 forks source link

Email doesn't reach recepient in "to" box #124

Closed 01Kuzma closed 4 years ago

01Kuzma commented 4 years ago

Hi! I'm using the email 3.0.3 version and Grav Plugin Form 4.0.0 I've properly configured the SMTP server. The problem is that email doesn't reach "to address". I have these addresses: from: mailer@mywebserver.com to: myPrivateEmail@mywebserver.com So, mail only reaches two addreses: the mailer@mywebserver.com and sender's email, which was entered in a form. Is this bug related to email plugin or form plugin? Thank you!