Welcome to our exciting new email template website! We're dedicated to fostering effective communication among college students with a variety of templates for different scenarios, such as requesting information, scheduling meetings, and networking with professionals.
Our templates are designed for ease of use and customization, empowering students to communicate effectively while projecting professionalism and respect, enhancing the positive image of the college community.
We believe in promoting a culture of effective communication to help students succeed academically and professionally. Our templates serve as a valuable resource for those new to the college environment or looking to improve their communication skills.
Explore our website and share your thoughts with us. We appreciate your feedback and suggestions as we continually strive to enhance our service.
We believe that the key to success in web development is staying up-to-date
with the latest technologies and best practices. Our tech stack is built on
a combination of cutting-edge technologies that allow us to create fast,
efficient, and user-friendly web applications.Our core tech stack includes:
We came across a lot of problems while making our project here are a few
notable ones and how we solved them.
1. New lines in javascript string:
All of the templates in our website are stored in easy to edit javascript stores
and the entire mail is stored as a single string to make using it easier to move
around the website and edit. So we had to include all of the line breaks inside
the string itself
The solution
--- We found that using "\n" would solve our problems but by going the extra
mile of searching it up we also found out about template literals making storing
entire mails as a string really easy making contributing really beginner friendly
2. Setting the content of the textarea as body of email:
Our next problem was bringing those strings into the textarea while keeping them
editable and sending the edited text as the body of the email.
The solution
--- This took a lot of time as we landed upon multiple solution each with their
own problems which would all require us to change the working of our whole system
after a lot of finding we finally found this solution.
3. Adding line breaks into email body:
Although it might not even look a problem this was by far the hardest problem
to solve. We found multiple solution that didn't work like intended. We tried
replacing new lines with br tags but that didn't work.
The solution
--- After a lot of searching and trying out different solution we finally found
that e mail text uses this special symbol to insert line breaks instead
" %0D%0A "
We're committed to making email communication easy!
Simplify Your Email Experience - Get in Touch!