getgrav / grav-plugin-email

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

Email sent to default "From" ignores default "to" #182

Closed petrus9 closed 5 months ago

petrus9 commented 5 months ago

When I set a default "From" and "To" email addresses, The "to" email address is ignored and email is only sent to the "From" address from the "From" address.

Expected: Email is sent to the "To address" from the "From" address. Plugin-Email-Big-Picture

rhukster commented 5 months ago

How are you sending the email? Is this a form in your site? If so, can you provide the form definition via the page's .md file?

petrus9 commented 5 months ago

Actually, you can set this as resolved, the form markdown had "default from" in both the from and to fields! Thanks!