Jump to content

Recommended Posts

Hi

 

I have a script that sends out an email when a user specifies a event time and date.

 

1st issue is 

 

Also the below forms the date and time in my email (this works OK) but I would like it to be noticed when on a smart phone so that it can be added to the calendar. At the moment it just looks like text. I have also had it display the date and time as dS M Y and this doesnt make a difference.

 

 

$formdate = date("d/m/Y H.i", $formdate);

 

2nd issue is

 

$comment .= $addcomment."\n".GetConfig('defaultmsg');
@mail($info['email'], "$info[subject] (AutoReminder: $formdate)", "Event Date : ".$formdate."\n".$comment, GetConfig('msgheaders'));

 

 

I have added the Event Date : and that comes through with the email but I would like to create a HTML email here and put some data out puts into a html table and the logo at the top of the email.

 

Does anybody have any ideas ?

 

3rd issue is

 

As this is a generated email it always goes into junk on my hotmail account. Is there any way to stop this apart from advising the user to check their junk/spam mail ? My host already has SPF turned on for authenticity.

 

Thanks in advance

 

Martyn

 

 

 

 

 

 

 

 

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.