Understanding SMTP for University Coursework

  • Thread starter Thread starter silva
  • Start date Start date
AI Thread Summary
SMTP, or Simple Mail Transfer Protocol, is essential for sending emails and is governed by RFC 821, which provides comprehensive details about its operation. To get started with SMTP for university coursework, it's recommended to explore resources like Google, Wikipedia, and Steven's TCP Illustrated for practical examples and explanations. Engaging with the community by posting specific questions can yield helpful advice and guidance. For implementation, understanding the text commands sent over a telnet session is crucial. With these resources and community support, mastering SMTP is achievable.
silva
Messages
3
Reaction score
0
hey!just wondered if anyone knew anything about smtp stuff?! I've got to do a piece of coursework for uni, and am completely stuck!dont even know how to begin! just message back if you reckon you can help, thanks!
 
Physics news on Phys.org
Hi, silva. Why don't you post your questions here so folks can offer advice? We don't give help via messaging.
 
SMTP is a protocol for sending email.
It consists of text command sent over a telnet session, google and wikipedia will give you some simple examples. As with all internet protocols the details are described in freely available documents called RFCs
Steven's TCP illustrated descibes everything in great detail.
 
thanks! could you recommend any useful ways of getting started (quickly) writing smtp? that's what i now need to do!i need to get it to send and receive an email, with some text in it, which i have to include exactly! my friend suggested getting a book that explains about smtp! or are there any good websites? I am so new to this kinda stuff in case you hadnt guessed!lol thanks for the help again!
 
SMTP is described in RFC 821. it will tell you everythng you need to know about the protocol. How you implement it is up to you.
 
thanks!that looks really useful!ill be a pro soon enough!lol
 

Similar threads

Replies
4
Views
2K
Replies
14
Views
3K
Replies
2
Views
2K
Replies
1
Views
2K
Replies
17
Views
3K
Replies
1
Views
1K
Back
Top