Posts Tagged ‘email’
How to write a program to send an email in C?
My email takes a really long time to boot up, log in, and send an email. Also I am learning C, so I was wondering if anyone knows a function or other way to send an email from a C program? I already have a program to prompt for address, subject, and body message, but I don’t know how to send it. Any ideas?
How do I get a gmail verification code without a phone?
I’m in Iraq and have been using my email just fine. I try to log in about 4 days ago and it says my account has been locked or something and I can get a code through voice or text. Well I don’t have a phone. Why does gmail just expect everyone to have a phone or texting. Anyways I just want to get to my email. I’ve left gmail lots of helpdesk contact forms and still no answer.
linux shell script: how do i check home directory size and email user if its too big?
I am trying to write a shell script that evaluates the size of each user’s home directory and if it is greater than 50 MB I want an email to be sent to their user account telling them that they need to reduce the size of their home directory.
I am mainly having trouble with using the output of du -s /home/* to compare each size to 50mb and then sending an email to that user, any help would be fantastic thank you.
Can I use a php file as a database to retrieve details from a form?
I am setting up a website and i want to find the easiest way to retrieve details from a POST form.
Can i do this using a php file, i tried submitting it to go directly to my email, but then decided i’d rather have a database.
Any suggestions?
Is there a script that I could use to automatically email me what was entered in a form?
I need a script in preferably Javascript that sends my email whatever was written. Please and thankyou, quick 10 points.
How do I stop my Mac OS X from copying Microsoft documents onto my desktop?
I have a Mac OS X operating system. Every time I view a Microsoft document, (word, excel, ppt) it places a copy of the document on my desktop. Is there a preference that I can turn this off? It really crowds up my desktop when I am viewing several documents off the internet or through my email.
Where can I find a script for my web page for visitors to upload files?
Hello, I’m looking for a script or a plugin to include in my web page that would allow my visitors to upload their images , contact info and a message.
The files would probably go to a folder on my site’s server, and I’d get an email with the contact info, etc. My site is running on a Linux server.
Of course I’d love freeware, but I wouldn’t mind paying for a really good program.
Thanks.
Where can I find an easy script to process form entry by sending email AND saving to DB?
I have been doing forms on websites for a while now; however, I have generally only used the form-mail.pl script that sends an email and that is about it. What I am looking for is a script that performs the same function – validate (I already have client side validation set up too), send my client an email and store data in a MySQL database. Anybody know of something out there that accomplishes that? Thanks.