It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I want to know if it's possible to send an html email which contains an html quiz, the receiver will fill in the quiz and send it back. Then, is it possible to see their answers?
It's easier to make a quiz in google docs and invite everyone by email.
Any script in an email will probably be blocked by firewalls, antivirus programs and email readers.
This is not possible. For sending email , you need to use atleast one server -side scripting language e.g. Asp.net , Php etc.
its a very common requirement and source codes are available easily.
Related
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 9 years ago.
I want to create a custom mailbox that is consisted of the mail default folders like inbox, send, etc without using the mail protocols like IMAP or POP. I also want this mailbox to work with my database using some APIs that I have developed on the back-end. for example when I click on Inbox folder I want outlook to call my specific API to fetch my inbox items.
Is this possible or not? if it is which APIs or technology should I use?
Any suggestions for my requirement?
See the reply at the Outlook Dev forum: http://social.msdn.microsoft.com/Forums/en-US/outlookdev/thread/ad9dc25a-da58-4b51-b480-c38c9b1f684c
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
Im complete novice to web design. My question is, what do I need to set up in order to have "Submit email" form on Coming soon page for updates? Can I direct the message and email to an already existing email address? Or do I need to set up a database on the hosting server? Many thanks
You can either:
Just put a mailto: link in the page with the e-mail address and allow people to get in touch that way
or Setup a on the page and then use server side coding (such as PHPs mail function) to send an e-mail out when this form is submitted. Exact details on how to do that would depend on what your web server is capable of supporting and how complex a form you wanted to use. You don't need a database running on the server to do this.
With both approaches you need to be careful with spam though as you don't want crawlers to be picking up the e-mail address.
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I'm curious what programming language I would have to learn in order to create my own mail server. I'm not looking to compete with the big names, simply playing around.
For example, gmail, yahoo, msn. To be able to dynamically add #domain.com emails and allow users to check and send emails.
Mail servers can be written in pretty much anything. Usually the bigger ones (sendmail/exim) are c/c++ but, you can pretty much write one in anything you choose. Its all a big text conversation if you look at how SMTP works.
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 11 years ago.
I have to make an application of email client. is it possible to make an application that can manage different email addresses. In application we have to provide inbox for different id. I don't know how I'll connect to all servers. and how it will work? can anybody guide me?
This is really new for me thats why please don't mind if my question is silly
There used to be an app, remail, then open sourced by google: http://code.google.com/p/remail-iphone/
Also on the OneMail app website you'll find a list with the frameworks they're using: http://codev.co.uk/products/onemail/notice
I guess that it is possible, since it is an "stand alone" app and not an improvement to the native app.
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 11 years ago.
I need to know if it is possible to develop an application to read and reply to SMS and email. If so, how could this be done (what library/class needs to be used). I've searched all apps there isn't an app that does this. There's only an app that requires you to set your email and constantly checks for new message however SMS I'm not sure if there's an app that does this thereby I'm not sure if it could be done. Thanks,
Regards,
Heba
Without a jailbroken iPhone, no. You can't interact with the other native applications beyond what the APIs provide (i.e. accessing the photos and media library). Like the other e-mail application, you could fake the e-mail situation by requiring them to provide you their servers and credentials. However, you really can't access the SMS history nor respond to them.