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.
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.
I want to authorise a team dedicatedly for password reset/printer queue delete kind of L1 tasks. I have planned to do so via 1 menu using Perl script. And I want it to be front end at HTML. I don't want user to login in server's black screen. They just login into web portal-> see the menu-> select an item-> do the task->exit.
Now, I am thinking what framework I can use to achieve this.
How user password would be transferred securely from web portal to my server?
How are you going to encrypt/secure the web communication?
How are you going to encrypt/secure passwords?
Even if you use one of the built-in methods for encrypting the passwords at authentication time, how will you secure passwords in user input for something like a password reset function?
I really need your valuable suggestions on this.
thanks,
Prashant
See this cool framework Mojolicious, it's really up to date, plus author update it frequently.
Official mojolicious site
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.
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 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.