arduino uno and Bluetooth question

Hi quick question i was wondering if it is possible to send emails/messages to your phone or iPad through Bluetooth? if so how and what should the circuitry and code look like!

thanks so much

You can send text using Bluetooth assuming that your phone has a suitable program that can receive the text.

...R

Could you describe your project a bit and why you want emails/messages (SMS?)? Bluetooth is a connection protocol that connects one device to another. Email is a service that needs a server and internet connection. SMS is also a service that requires some cellular service. If you have these services at your disposal, then you can device a way to talk to the servers. Bluetooth may or may not get your message to these servers, depending on what setup you have.

spider-man:
send emails/messages to your phone or iPad through Bluetooth?

I think you are being very loose with words, your intentions are far from clear, and one can only guess at what they really are.

If you just want to send text or data to a nearby phone, that is easily accomplished with bluetooth, particularly with Android. There are no problems either end. But they are not emails.

If you really want to send emails from Arduino, you would be a lot better off using anything but bluetooth. You can do this using a GPRS shield to send direct, or you might connect to your existing local network.

If you are looking at using a phone as a relay to send out emails originated in Arduino, your problems are all at the phone end, and you are on the wrong forum. It is also a seriously bad idea.