开发者

Alternative mailing methods for website? [closed]

开发者 https://www.devze.com 2023-02-08 12:48 出处:网络
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overl开发者_运维问答y broad, or rhetorical andcannot be reasonably answered in its current form.
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overl开发者_运维问答y broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center. Closed 9 years ago.

I have a basic contact form for my website but the free web hosting I use is restricting the use of the mail() function. Are there any alternative methods I can use so users can contact me? Thanks


if you don't have restrictions on sockets, you can use one PHP SMTP Class


You could use a mailing library like SwiftMailer to send mails via an external SMTP server, e.g. GMail.


Not sure if you mean you can't use a 3rd party mailer. Can't see any reason why you can't just include PHPmailer www.phpmailer.worxware.com/

0

精彩评论

暂无评论...
验证码 换一张
取 消