Tagged Questions
1
vote
1answer
42 views
Host website on UNIX, but email on Windows?
Client has web hosting and email hosting from one web provider.
Their email hosting is integrated with their systems for their office — an Exchange server (located on their premises).
Both are on a ...
1
vote
1answer
72 views
Is there a online website to forward incoming emails to a other emails?
I created a PHP program that receives emails from clients, then I manually forward the client's email to around 50 suppliers.
Is there a possibility or an online website, so that when a client sends ...
2
votes
1answer
377 views
Add email attachments by URL in CodeIgniter [closed]
I tried this code to attach a file in CI. This is working:
$this->load->library('email');
$this->email->from('me@mymail.com', 'vignesh');
$this->email->subject('Email Test with ...
0
votes
0answers
100 views
How to Send Custom data in ADF/XML format [closed]
I have built a lead generator form Here which will send email in ADF/XML format.But all I found in internet about ADF that there are limited tags like contact, customer, vendors, vehicle and their ...
0
votes
1answer
246 views
How to create email request forms and auto-responder?
I'm building a site in css and I'm pretty new to any code or script other than html and css.
I'm trying to create a landing page that requires an email from visitors and set up an auto responder to ...
0
votes
0answers
10 views
Web host that handles excess php mailing [duplicate]
Possible Duplicate:
How to find web hosting that meets my requirements?
I'm having trouble choosing a host that meets my application's needs. Please kindly inform me what I should look for ...
0
votes
2answers
539 views
How can I email a vCard to users who are unable to download it?
I have created vCards for the people in my business, and they are great for users on standard browsers; however, users browsing on a mobile device (notably iPhone) are unable to download and view my ...
1
vote
4answers
2k views
Force all PHP Mail() to go through SMTP
Is there anyway to force everytime the PHP Mail() is used to force it to use SMTP authentication?
Maybe a setting through the PHP.ini file or a server configuration?
1
vote
1answer
1k views
All Wordpress PHP Mail stuff being sent to spam
Every mail sent with the PHP Mail() is getting sent straight to spam (all providers e.g. gmail, yahoo, hotmail)
My IP is not blacklisted.
Here is an example of an email header that got sent to spam:
...
0
votes
1answer
277 views
PHP script to send notification email via hosted ISP
I have PHP 5 running on a hosted ISP. The ISP gives me minimal configuration options via cPanel. Is there any way to use email notification to respond to some given event? I want to send from PHP ...
0
votes
0answers
153 views
Cannot send email to Google Apps alias from PHP
I'm using Wordpress and sending email via Gmail SMTP:
server: smtp.gmail.com
port: 465
I created Google Apps main domain called domain.com and email info@domain.com.
Then I registered domain ...
6
votes
1answer
188 views
Are send to a friend features in websites obselete?
Often I am asked to create send to a friend forms for websites where a user can enter a few of their friends email addresses to which a URL is forwarded via email.
My question is now that we have so ...
2
votes
1answer
537 views
How do I change the default email that my host sends from php mail from in Justhost's C-panel
I'm trying to work with sending mail through PHP for the first time and I've done pretty well with the exception of one thing. All mail i send is from an email address that ends in "justhost.com" ...
1
vote
3answers
236 views
Checking if email addresses are valid
The host of the site I'm working on tends to shut off email if a certain number of fails take place. Needless to say this is a bit of a pain even if it's justified to fight spam. Is there a way to ...
1
vote
3answers
391 views
Allowing users to create an email address
I am creating a website and would like to allow users to create their own email forward.
Basically, the site will allow groups to create pages on the site, each of which will be able to have its own ...
10
votes
4answers
185 views
Emailing all site users
I'm going to be emailing all of my site users to update them on recent developments and remind them to come back to the site. Are there any special precautions I should take. I was going to do this ...