0
votes
4answers
43 views
Why are some characters shown as question marks when sending email using non-English characters?
I tried to send a text email with non-English characters using PHPs mail function. But instead my message went with funny looking garbage characters. How do I fix it?
I use this p …
0
votes
2answers
32 views
UNIX: Send Mail using SMTP Server
Hi All,
I would like to send an email through a remote SMTP server. How can this be done?
I will be sending the email from a bash shell script.
I'm using a unix machine.
uname - …
0
votes
1answer
20 views
PHP: PEAR Mail connecting but not sending (no error)?
I'm using PEAR's Mail package to send email from my script. I'm pretty sure I have everything connected and declared properly, but when the script runs, it just connects then immed …
0
votes
4answers
71 views
PHP html email, using html template
so i'm trying to do a do a html mail sytem and my html i want to be a template, stored in a separate file like :
<div clas="headr"></div>
<div class="content"&g …
0
votes
5answers
31 views
Web Link in a mail is not rendering as link in yahoo
Hello All,
string from = "abc@gmail.com";
string to = "xyz@gmail.com,xyz@yahoo.co.in";
string password="abcxyz";
MailMessage mail = new System.Net.Mail.MailMessage();
mail.To.Ad …
0
votes
3answers
75 views
Does php mail need configuration to work?
I'm trying to do a very simple mail form in PHP but get the error:
PHP Notice: Undefined index: in /var/www/html/sites/send_contact.php on line 10, referer: http://example.c …
0
votes
1answer
17 views
Mailing by PHP with HTML format with form/page
I am sending mail to mail id with a form/page in a html format. Page is showing on mail id but my css is not applying on mail and images are not showing. Only text is showing witho …
0
votes
3answers
28 views
how to use php mail on fedora
I'm running fedora core 9 with php 5.2.6. I want to send a simple email from a form using the php mail command.
Do I need to configure my system to be an smtp server? If so do …
-1
votes
3answers
50 views
Why does mutt fail when I call it from my Perl CGI script?
I have developed a database with the use of Perl CGI with C++. I have problem in sending the results to mail. I used the following code:
print LOG "[",`date`,"] Sending mail to $ …
0
votes
1answer
18 views
Applescript to archive email in Mail.app
I need to write an Applescript for Mail.app that will take all messages in my Inbox and Sent Messages that are older than a certain # of days and move them into respective folders …
-2
votes
0answers
63 views
Why is my text changing size?
I have a site that has an inbox that messages get sent from other users. For some reason it changes the size of the senders name randomly. I have it at Arial, 10px#333333, and ran …
3
votes
5answers
109 views
How much mail() function can be used in 30sec execution time?
I have to made a page which will send Email to Newsletter subscribers. There is more then 14000 subscriber. I want to use php mail() function to send Email to them. But I'm afraid …
0
votes
1answer
14 views
bubble of selected item while searching in UISearchBar like in mail app
I would like to implement something close to what happen in mail app in iphone when you enter new address in "To:" field: when you start searching a list of matching addresses appe …
0
votes
4answers
101 views
How can I send an auto-generated email every x-days with php mail(), without access to cron?
Hello,
I am trying to send an email, via php's mail function to user's every 15 days to remind them of a particular item (no worries, nothing spam related). I unfortunately do no …
0
votes
7answers
172 views
.NET Service Application – Sending mail to 2,634,789 users
Hi,
We have made a .NET service application to send emails to all the registered users of our website.
We have 2,634,789 users and the mail has to go to all of them. In the prog …
