Sending Email Petitions

I’ve been asked to build am online petition like this:

They send a message to a CEO or congressperson.

I’m concerned that sending messages like this from a website will get them flagged as spam and get the domain blocked.

Does anyone have any advice on the best way to send these emails?

Michael

If you use something like PHPMailer rather than the PHP mail() function, the emails will be sent from a bona fide mail server. It’s no guarantee they won’t be spammed but it should help.

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.