Jump to content

Auto email


Freid001

Recommended Posts

Hi I am trying to send a auto email to a variable email address throught php. But im not sure how to do it? I think this is the kind of php code I have to use: :confused: :confused:

 

$to = "<?php echo $Adminmail ?>";

$subject = "Join Faction Request!";

$message = "<?php echo $user wishes to join your faction?>";

echo "Mail Sent.";

 

Also how would i send php code in the email?

 

Any help would be great thanks  :confused:

 

Freid001

Link to comment
https://forums.phpfreaks.com/topic/215368-auto-email/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.