1
vote
1answer
52 views

Adding an SMTP server that would result in more delivered emails

I am very curious, so sorry if I am asking this in the wrong way, but I can't find this info anywhere. I have a newsletter service installed in my Joomla 3.1 that allows me to send emails via PHP ...
2
votes
1answer
245 views

Problems using PHP on a Plesk Windows dedicated server

I'm having a few issues with my dedicated Windows server that has a Plesk panel: 1.) I can't send e-mail via PHP's mail() function, it always returns the following error: SMTP server response: ...
1
vote
1answer
49 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
80 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
633 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('[email protected]', 'vignesh'); $this->email->subject('Email Test with ...
0
votes
1answer
271 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
2answers
616 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
286 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
181 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 [email protected]. Then I registered domain ...
6
votes
1answer
197 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
637 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
248 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
471 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 ...

15 30 50 per page