In most cases, simply using a default SPF record would be sufficient. This is:
yourdomain.com. IN TXT "v=spf1 a mx ~all"
This SPF record will authorize email coming from the server with the IP address of the server where you are hosted. As long as you only send email SMTP on the server where you are hosted, this SPF record would work for you. Normally, the only time when this SPF record would not apply is if you are hosting your email on a remote server (such as hosting your email with Google) or when you are using your Internet Service Provider's (ISP) SMTP server to send email. You can check the SMTP/POP/IMAP servers in your email client's configuration.
Here are some links that may be helpful for learning more information on SPF records:
http://www.openspf.org/Introductionhttp://www.openspf.org/SPF_Record_Syntax