Method of exchanging digital messages from an author to one or more recipients.

learn more… | top users | synonyms (2)

0
votes
0answers
8 views

something about mfmailcomposeviewcontroller

when i press the button 'send' it works fine. and when i press the button 'cancel' ,the action sheet did not come out and the screen became dark. here's the part of codes: ...
2
votes
2answers
44 views

What is the best practice on sending emails from PL/SQL?

From what I understand (correct me if I'm wrong): The older package utl_smtp is very flexible and lets you send emails of any length. Once you open the connection, you can keep writing to it. ...
0
votes
0answers
11 views

No disposition in php imap email structure to indicate an attachement

I'm having an issue getting attachements from emails using the PHP IMAP functions. In theory the attachments should be identifiable with [disposition] => ATTACHMENT or similar. But I am simply not ...
0
votes
1answer
15 views

apple script create new rule for mail, to activate apple script

Okay so I want to create a apple script that creates a new rule in the mac mail app where if I write a new email and the content of the mail is "Start applescript", I want a apple script to start. ...
1
vote
0answers
30 views

php e-mail to-field with strange characters

I'm having trouble getting my code in PHP to send out emails to persons with special characters in their names, like é à ö. Here's the snippet of the coding: $firstname = ...
0
votes
0answers
26 views

Error:The following From address failed: (SugarCRM)

i am currently a newbie trying to configure outbound email server for SugarCRM but when i enter the "from" address and tap on send "testmail" and enter some email there,it gives me this Error:The ...
1
vote
0answers
11 views

Intrasite Messaging/EMail application in ASP.net

Are they any framework or applications in asp.net to send/view messages for the users with in a site. It can be like email client application (like SharpWebMail), but it should not use SMTP server to ...
-1
votes
0answers
19 views

Managing client communications - How to track and respond to emails using a unique reference number [closed]

I am looking for a solution to the following scenario. It sounds like a easy task for, say, a CRM application, but I only want this particular piece of functionality. Short version: I want to be ...
0
votes
0answers
22 views

Move mailbox from one server to another

A client of mine has bought a domain with 123-reg.co.uk he has also got a mailbox with them. His site however is hosted elsewhere. I have changed nameservers to point the domain to this server but I ...
2
votes
2answers
57 views

How to get a regular expression checking result if false?

I have a regular expression to check a string as email format as below: Pattern p = Pattern.compile("^[_A-Za-z0-9-\\+]+(\\.[_A-Za-z0-9-]+)*@ + "[A-Za-z0-9-]+(\\.[A-Za-z0-9]+)*(\\.[A-Za-z]{2,})$"); ...
0
votes
1answer
84 views

windows phone 8 share content via Email,Facebook,and Twitter

i am developing a windows phone 8 application where i want to share all the data in that page via email, face-book and Twitter. In that page i have some image and description and also some other ...
0
votes
1answer
29 views

form action to email HTML form and redirect user to new URL in IIS 7.5? sendmail equivalent for .net?

I have a large HTML form which has approximately 60 fields with a lot of jQuery based conditional fields, validation, and a lot of CSS applies to UL and LI tags. The goal is to email the form ...
-1
votes
1answer
18 views

What's a good mail server API? [closed]

We currently use mail.google as our SMTP server for one of our web applications, but I wanted to know if there are any dedicated mail relay service providers that can handle large amounts of outgoing ...
0
votes
1answer
17 views

what is the easiest way for email notifications in rails 3

I have simple ruby on rails app and I need some notifications system on admin email in rake ? What is the easiest way to do it? Should I configure mail server on my vps for it?
0
votes
2answers
42 views

PHP confirmation email not working because of “\” in link

when sending a confirmation email the confirmation code looks like this http://mydomain.com\/confirmreg.php?code=3f76ab3a202e73fb0526cd2091c5b7ce (randomly generated) how do i remove the "\" before ...
0
votes
0answers
23 views

A way to print mailing labels from an iOS app

Is there a way ( 3-rd party SDK maybe ) that allows an app to pass in contact names/data in order to generate labels ( e.g. mailing labels ) that the calling app can then print? Example calling ...
-3
votes
1answer
34 views

How to 'git push' by email? [closed]

I wanted to send my history by email.
1
vote
1answer
14 views

sending mail from php: 2 received entrys with phpmailer

Hi I tried to send an email over phpmailer. I take phpmailer to send it over smtp. Every customer have by us have an owne ip. I sent an test email and I see that there was two "received" entrys in the ...
0
votes
2answers
53 views

setting a link in the body copy of html mailto

I am trying to set a link in the body copy of html mailto and i cant seem to get the link to work... here is my code [1]: http://jsfiddle.net/jsavage/5pZr7/ for some reason the link doesnt show up ...
0
votes
0answers
5 views

How to Create a webapp mail client for microsoft exchange

I want to create a webapp e-mail client, for microsoft exchange. It should use form based authentication or certificate based authentication. Please suggest a way. The language I plan to use are ...
0
votes
0answers
12 views

Synchronization between DB and mail server

I work on some project, web email client in asp.net with higlabo library (http://higlabo.codeplex.com/), something like thunderbird (for now only imap) . I have database on server where I store mails ...
-1
votes
0answers
23 views

What would cause Hotmail to forward HTML in plain text? [closed]

I am currently using PHP's mail function to send HTML-formatted mail. A user of mine emailed me to say that when forwarded from Hotmail to Gmail, it causes the email to go into plain text. Any idea ...
0
votes
1answer
22 views

Sending image attachment

I have a PHP form, i'm trying to send an image from it as an attachment. I already fixed few things in my code. I'm not sure if it will send the image (because I had some problems with it) ...
0
votes
0answers
11 views

PHP SMTP library with AUTH XOAUTH2 support?

Do you know of any PHP SMTP library that supports AUTH XOAUTH2 when logging in to a SMTP server? The only one I have found is Zend-email via this tutorial. All the libraries I have seen only support ...
2
votes
1answer
30 views

sending email using templates in codeigniter

I have to send weekly reports to my users. I am using an email template from view. My code in controller is function sendWeeklyMail(){ if(!$this->session->userdata('some')) ...
0
votes
0answers
11 views

Sending mass email with thunderbird

I have a mailing list of over 30,000 emails. Now I can break this up to multiple mailing lists, but even those individual mailing lists would probably contain up to 4000 emails. I'm wondering if there ...
0
votes
1answer
20 views

adding some text into message in mail

$contactname = $_POST['contactname']; $email = $_POST['email']; $message = $_POST['message']; $subject = 'Ձեզ գրել են ձեր կայքից'; $to = 'stereoshoots@gmail.com'; $headers = "From: ".$email; ...
-4
votes
1answer
18 views

Email a blog's post option [closed]

ShareThis and Addthis (and maybe other share widgets) have an email option to pick the post's content and send it to some friend of your choice when you click on the mail button. I would like to know ...
0
votes
0answers
22 views

parsing special characters in php mailing script

I wrote a simple php script to send emails from my server for a contact form. I am seeing responses with special characters such as quotation marks coming out as &#34 and such in the emails. It ...
0
votes
1answer
17 views

c# winforms create email from outlook template file

I am creating a mail using winforms like so: private void CreateOutlookEmail(string addresses) { try { Outlook.Application outlookApp = new ...
1
vote
5answers
46 views

Save Email Addresses on Website

I have created a simple website and have a form that asks the user to input their email address to receive future updates from me. What is the best way to save these emails. I am not anticipating ...
0
votes
1answer
29 views

how to email file from documents directory of iphone app

I am saving file documents directory after that i want to send that file in email but problem is that it doest not get attached i think problem is due path conflict or anything else here is the code ...
-1
votes
3answers
48 views

how to attach any document in email in iphone app

I am sending email from iphone app it is working fine but i want that with email i should attached a pdf file which is documents folder of the app.for testing first i attached a png from resources ...
0
votes
1answer
78 views

How To Send Emails Using Google SMTP Server Using XAMPP?

In php.ini I set: SMTP = smtp.gmail.com smtp_port = 465 ; For Win32 only. ; http://php.net/sendmail-from sendmail_from = mygmail@gmail.com In my sendmail.ini: smtp_server=smtp.gmail.com ...
0
votes
1answer
38 views

Why do images in my HTML emails resize nicely in firefox and IE, but not chrome?

In a daily digest news letter, I've often got several images. They all have the same constant width, but I need them to maintain their original aspect ratios. The code I used: style="width: 300; ...
0
votes
0answers
13 views

iOS - attaching a PDF file: PDF ok in simulator folder, but corrupted when attached to email on device

Hopefully the title made sense. Here's my situation. I have one PDF created in Pages then exported as a PDF. I then create another PDF within the app. I create the PDF file with this code: - ...
0
votes
1answer
20 views

Correct format for sending mime-encoded email using PHP's mail

What is the correct way to create an mime multipart email for sending with PHP's mail function? $boundary = uniqid(rand(), true); $headers = "From: <noreply@example.com>\r\n"; ...
0
votes
1answer
20 views

What is the convention for email to fields?

Are there any conventions or accepted best practices for how to format an email "to" field. For example, in gmail you can do things like "John Doe <johndoe@example.com>, janedoe@example.com" ...
-1
votes
1answer
19 views

A tool to convert email to html [closed]

Is there a tool that converts an email (rfc822 with mime and attachments) into html? It can be a python/perl/java library/module or a command line linux tool. I need to create a valid html (even if ...
-2
votes
2answers
42 views

Assigning string and Int with If statement

Ok I have been searching for a solution for this but am stumped. I'm making an email client in C#. I can get around in c# but sometimes get caught up with syntax. Heres my problem. I am trying to ...
0
votes
4answers
40 views

Php Email Mysql Fetch Array

I have this script to send an email containing information from my database. The user can have 1+ items in the database with it's location. So when I empty the rows that match the user the amount of ...
0
votes
2answers
34 views

Python to send email with file before exit by calling custom module

I have the code below and also code that sends email with the file so by importing it from library I wanted to execute it after the file is closed and before the program exits yet it does not happen I ...
0
votes
0answers
13 views

scrapy fails to print to email subject header

This is possibly a known bug issue but I get the same results with scrapy 0.14.3 and 0.14.4. Everything worked perfect for weeks and then following an update, all of a sudden email subject started ...
0
votes
0answers
14 views

PowerMTA Console showing error that config is modified but wont reload

PowerMTA console is showing this error above every configuration part; Error received from pmta.** : File "/etc/pmta/config" modified With the 'Reload PowerMTA' button. Pressing the button does ...
1
vote
1answer
31 views

how to send notification (email, SMS, whatever) stealthy programacticly linux

I have seen many of the posts relating to sending email under linux but they do not address my particular need. I want to implement code (C/C++) in my linux application that will send me back some ...
0
votes
1answer
19 views

How can I make this url valid for emails?

I have a link in an email, this link is generated from the site the email is sent from. People go to the site to vote on something and then they get an email with the link to confirm their vote. The ...
0
votes
0answers
16 views

Automated SMS and Email

We have a built an online course booking system using MVC Entity framework and SQL Server. The system sends emails out using an SMTP service and SMS using another service from textanywhere.net. Now ...
1
vote
2answers
37 views
+50

Mailcatcher not working in staging server

I was pretty happy with mailtrap (http://mailtrap.io/) until i found out it got slow. Sometimes it doesn't send email or takes long time. So thought of alternative and moved to mailcatcher ...
0
votes
1answer
23 views

Sending email using javascript but deleting part of timestamp

Hi I'm sending an email using java script taking the information from a form when it is submitted on a google spreadsheet. This is my code well a test version only small for fixing problems like this ...
0
votes
4answers
44 views

How can i break a line text using PHP for an email

Using a AS3 aplication, i'm sending the body variable via GET. $body = $_GET['body']; Here i'm trying to replace the word 'JUMP' with '\n' to break a line $body = preg_replace('/JUMP/', '\n', ...

1 2 3 4 5 322