-
Notifications
You must be signed in to change notification settings - Fork 154
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
From address is same as sender address #36
Comments
Hey this is my first time working with php and i'm trying to use it in a contact form page to send the website owner a email, i'm not sure what the issue is but it wont send the the the email doesn't get sent to the website owner if you can give any advice please let me know thanks 👍 |
I can send you my snippet later today if you need to see it |
@BigBird420 What error have you received? If you haven't received like me, I just change the code like above and started to work. |
@aftoledo there are no error messages the site seems to be running the php file fine but it doesn’t send a email to the owners email account |
If your problem is like mine, just change it: to something like this: |
@aftoledo when I get home I’ll share my snippet looks different from yours |
@aftoledo <?php
?> |
I don't know if it matters, but try to change single to double cotes here: |
hey it didnt end up working i just went back and restarted the form by using formspree and javascript thanks though |
Confused. Why is the from address set to the sender address?
Shouldn't this:
be more like this:
Sorry if i've missed something.
The text was updated successfully, but these errors were encountered: