使用指定的任何电子邮件地址从php发送邮件需要哪些主机设置? [关闭]
I'm creating an application that needs to send emails on behalf of a users' email address. On my current shared hosting (Bluehost) you cannot use email addresses from another domain. I was wondering what hosting/server set up I need to do this?
我正在创建一个需要代表用户的电子邮件地址发送电子邮件的应用程序。 在我当前的共享主机(Bluehost)上,您无法使用其他域中的电子邮件地址。 我想知道我需要做什么托管/服务器? p> div>
I have come across similar issues from Blue Host, You can send email on behalf of some email address but that will be like an alias.
For doing this you can use Mandril mail service or any other transactional email services.
They will digitally sign the emails so that they have less chance to reach spam.
To avoid misuse of such services, they have rules and time limits. But they are normal for an average user, as long as you do not send marketing bulk emails. You are good to go with Mandril email services.
Get their free PHP API from http://mandrill.com/
There are many other transactional email services, select what suits best for you.