Skip to content
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

[Feature Request]: Email on Contact Us #360

Conversation

sivaprasath2004
Copy link
Contributor

Pull Request

Title

[Feature Request]: Email on Contact Us

Description

The mail will be Announced.

Related Issues

Fixes #334

Changes Made

  • Improvements

Checklist

  • I have tested the changes locally
  • Documentation has been updated (if necessary)
  • Changes are backward-compatible

Screenshots (if applicable)

Screencast.from.2024-07-03.20-05-18.webm

WhatsApp Image 2024-07-03 at 8 06 59 PM

Additional Notes

Footer

Copy link

vercel bot commented Jul 3, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
style-share ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 5, 2024 1:38am

Copy link

github-actions bot commented Jul 3, 2024

Thank you for submitting your pull request! 🙌 We'll review it as soon as possible. In the meantime, please ensure that your changes align with our CONTRIBUTING.md. If there are any specific instructions or feedback regarding your PR, we'll provide them here. Thanks again for your contribution! 😊

@sivaprasath2004
Copy link
Contributor Author

@VaibhavArora314 i will finished it ...
please merge..

Copy link
Owner

@VaibhavArora314 VaibhavArora314 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

as I stated in the issue, also add content of the contact us form filled by the user in the email

</html>

`
export const mailing=async (email: string, username: string) =>{
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Username is unused. could you mention what was the intention behind it ?

})
const html= HTML
const receiver={
from:'no_reply<yourapp@example.com>',
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
from:'no_reply<yourapp@example.com>',
from: process.env.FROM_EMAIL,

make this configurable from the environment variables.

@sivaprasath2004
Copy link
Contributor Author

Hello @VaibhavArora314 , @akbatra567

  • I will finish it...

WhatsApp Image 2024-07-04 at 7 07 27 AM

Copy link
Owner

@VaibhavArora314 VaibhavArora314 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

increase the font size of message, rest looks good
image

@sivaprasath2004
Copy link
Contributor Author

@VaibhavArora314 which one increase Your Message

@sivaprasath2004
Copy link
Contributor Author

Hello @VaibhavArora314

Screenshot from 2024-07-05 07-07-26

changed it...

@VaibhavArora314 VaibhavArora314 merged commit af0e979 into VaibhavArora314:main Jul 5, 2024
3 checks passed
Copy link

github-actions bot commented Jul 5, 2024

🎉 Your pull request has been successfully merged! 🎉 Thank you for your valuable contribution to our project. Your efforts are greatly appreciated. Feel free to reach out if you have any more contributions or if there's anything else we can assist you with. Keep up the fantastic work! 🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature Request]: Email on Contact Us
4 participants